|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentLifecyclePolicy | |
---|---|
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. |
Uses of DocumentLifecyclePolicy in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return DocumentLifecyclePolicy | |
---|---|
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. |
Methods in com.filenet.api.core with parameters of type DocumentLifecyclePolicy | |
---|---|
void |
Document.set_DocumentLifecyclePolicy(DocumentLifecyclePolicy value)
Sets the value of the DocumentLifecyclePolicy property. |
Uses of DocumentLifecyclePolicy in com.filenet.api.engine |
---|
Methods in com.filenet.api.engine with parameters of type DocumentLifecyclePolicy | |
---|---|
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 ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |