Package | Description |
---|---|
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.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
Modifier and Type | Method and Description |
---|---|
static DocumentLifecyclePolicy |
Factory.DocumentLifecyclePolicy.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
DocumentLifecyclePolicy class to be persisted in the specified object store. |
static DocumentLifecyclePolicy |
Factory.DocumentLifecyclePolicy.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
DocumentLifecyclePolicy class to be persisted in the specified object store. |
static DocumentLifecyclePolicy |
Factory.DocumentLifecyclePolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
DocumentLifecyclePolicy class
by the specified object ID from the specified object store. |
DocumentLifecyclePolicy |
Document.get_DocumentLifecyclePolicy()
Returns the value of the DocumentLifecyclePolicy property.
|
static DocumentLifecyclePolicy |
Factory.DocumentLifecyclePolicy.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
DocumentLifecyclePolicy class from the
specified object store. |
Modifier and Type | Method and Description |
---|---|
void |
Document.set_DocumentLifecyclePolicy(DocumentLifecyclePolicy value)
Sets the value of the DocumentLifecyclePolicy property.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentLifecycleActionHandler.onDocumentClearException(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle exception is cleared
(
changeState flag parameter is set to CLEAR_EXCEPTION ). |
void |
DocumentLifecycleActionHandler.onDocumentDemote(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is demoted
(
changeState flag parameter is set to DEMOTE ). |
void |
DocumentLifecycleActionHandler.onDocumentPromote(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state of a document is promoted
(
changeState flag parameter is set to PROMOTE ). |
void |
DocumentLifecycleActionHandler.onDocumentResetLifecycle(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is reset
(
changeState flag parameter is set to RESET ). |
void |
DocumentLifecycleActionHandler.onDocumentSetException(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is set to the exception state
(
changeState flag parameter is set to SET_EXCEPTION ). |
© Copyright IBM Corporation 2006, 2015. All rights reserved.