-
Packages that use Properties Package Description com.filenet.api.action Provides classes that are related to making changes to objects.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. -
-
Uses of Properties in com.filenet.api.action
Methods in com.filenet.api.action that return Properties Modifier and Type Method and Description PropertiesRaiseEvent. getEventProperties()Returns the properties of the custom event object to be raised.PropertiesRecover. getRecoveryProperties()Returns a list of the recovery override property values.PropertiesCheckout. getReservationProperties()Returns a list of property values belonging to a document's reservation object.Constructors in com.filenet.api.action with parameters of type Properties Constructor and Description Checkout(java.lang.String reservationId, ReservationType reservationType, java.lang.String reservationClass, Properties reservationProperties)Creates a new instance of aCheckoutpending action object.RaiseEvent(Properties props, java.lang.String classId)Creates a new instance of aRaiseEventpending action object.Recover(Properties recoveryProperties)Creates a new instance of aRecoverpending action object. -
Uses of Properties in com.filenet.api.core
Methods in com.filenet.api.core that return Properties Modifier and Type Method and Description PropertiesEngineObject. getProperties()Returns a collection of property values for this object.Methods in com.filenet.api.core with parameters of type Properties Modifier and Type Method and Description voidVersionable. checkout(ReservationType type, Id reservationId, java.lang.String reservationClass, Properties reservationProperties)Creates a reservation object that can be modified and checked in as a new version of this document.voidVersionSeries. checkout(ReservationType type, Id reservationId, java.lang.String reservationClass, Properties reservationProperties)Creates a reservation object that can be modified and checked in as a new version of this document. -
Uses of Properties in com.filenet.api.query
Methods in com.filenet.api.query that return Properties Modifier and Type Method and Description PropertiesRepositoryRow. getProperties()Gets a single row of properties from the repository database.
-