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 as
EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Method and Description |
---|---|
Properties |
RaiseEvent.getEventProperties()
Returns the properties of the custom event object to be raised.
|
Properties |
Recover.getRecoveryProperties()
Returns a list of the recovery override property values.
|
Properties |
Checkout.getReservationProperties()
Returns a list of property values belonging to a document's reservation object.
|
Constructor and Description |
---|
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. |
Recover(Properties recoveryProperties)
Creates a new instance of a
Recover pending action object. |
Modifier and Type | Method and Description |
---|---|
Properties |
EngineObject.getProperties()
Returns a collection of property values for this object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Properties |
RepositoryRow.getProperties()
Gets a single row of properties from the repository database.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.