|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
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 as EntireNetwork , 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 | |
---|---|
Properties |
RaiseEvent.getEventProperties()
Returns the properties of the custom event object to be raised. |
Properties |
Checkout.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 | |
---|---|
Checkout(java.lang.String reservationId,
ReservationType reservationType,
java.lang.String reservationClass,
Properties reservationProperties)
Creates a new instance of a Checkout pending action object. |
|
RaiseEvent(Properties props,
java.lang.String classId)
Creates a new instance of a RaiseEvent pending action object. |
Uses of Properties in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return Properties | |
---|---|
Properties |
EngineObject.getProperties()
Returns a collection of property values for this object. |
Methods in com.filenet.api.core with parameters of type Properties | |
---|---|
void |
VersionSeries.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. |
void |
Versionable.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 | |
---|---|
Properties |
RepositoryRow.getProperties()
Gets a single row of properties from the repository database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |