Package | Description |
---|---|
com.filenet.api.action |
Provides classes that are related to making changes to objects.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
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. |
Modifier and Type | Method and Description |
---|---|
ReservationType |
Create.getReservationType()
Returns the reservation type (collaborative, exclusive, or extracted
from the object store) of the underlying object of this pending action.
|
ReservationType |
Checkout.getReservationType()
Returns the type of checkout reservation.
|
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. |
Create(java.lang.String classId,
java.lang.String objectId,
java.lang.Boolean autoUniqueContainmentName,
ReservationType reservationType,
java.lang.Boolean defineSecurityParentage,
java.lang.String versionSeriesId)
Creates a new instance of a
Create pending action object initialized with
the specified parameters. |
Modifier and Type | Field and Description |
---|---|
static ReservationType |
ReservationType.COLLABORATIVE
Specifies a collaborative reservation, which is a reservation that any user with the appropriate permissions
can check in, modify, or delete.
|
static ReservationType |
ReservationType.EXCLUSIVE
Specifies an exclusive reservation.
|
static ReservationType |
ReservationType.OBJECT_STORE_DEFAULT
Specifies that the reservation type is the same as the default reservation type for the object store,
which is specified by the DefaultReservationType property.
|
static ReservationType |
ReservationType.REPLICATED
This constant is not supported.
|
Modifier and Type | Method and Description |
---|---|
static ReservationType |
ReservationType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ReservationType |
ObjectStore.get_DefaultReservationType()
Returns the value of the DefaultReservationType property.
|
ReservationType |
Versionable.get_ReservationType()
Returns the value of the ReservationType property.
|
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.
|
static XMLPropertyMappingScript |
Factory.XMLPropertyMappingScript.createInstance(ObjectStore os,
java.lang.String classId,
Id id,
Id versionSeriesId,
ReservationType reservationType)
Creates a new instance of the subclassable
XMLPropertyMappingScript class, to be persisted in the specified object store. |
static Document |
Factory.Document.createInstance(ObjectStore os,
java.lang.String classId,
Id id,
Id versionSeriesId,
ReservationType reservationType)
Creates a new instance of the subclassable
Document class, to be persisted in the specified object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.createInstance(ObjectStore os,
java.lang.String classId,
Id id,
Id versionSeriesId,
ReservationType reservationType)
Creates a new instance of the subclassable
WorkflowDefinition class, to be persisted in the specified object store. |
void |
ObjectStore.set_DefaultReservationType(ReservationType value)
Sets the value of the DefaultReservationType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.