Uses of Class
com.filenet.api.constants.ReservationType

Packages that use ReservationType
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. 
 

Uses of ReservationType in com.filenet.api.action
 

Methods in com.filenet.api.action that return ReservationType
 ReservationType Checkout.getReservationType()
          Returns the type of checkout reservation.
 ReservationType Create.getReservationType()
          Returns the reservation type (collaborative, exclusive, or extracted from the object store) of the underlying object of this pending action.
 

Constructors in com.filenet.api.action with parameters of type ReservationType
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.
 

Uses of ReservationType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as ReservationType
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, which is a reservation that only the owner can check in, modify, or delete.
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
          Specifies that the reservation has been applied through replication.
 

Methods in com.filenet.api.constants that return ReservationType
static ReservationType ReservationType.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of ReservationType in com.filenet.api.core
 

Methods in com.filenet.api.core that return ReservationType
 ReservationType ObjectStore.get_DefaultReservationType()
          Returns the value of the DefaultReservationType property.
 ReservationType Versionable.get_ReservationType()
          Returns the value of the ReservationType property.
 

Methods in com.filenet.api.core with parameters of type ReservationType
 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.
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, 2009. All rights reserved.