-
Packages that use DocumentLifecyclePolicy Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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 Modifier and Type Method and Description static DocumentLifecyclePolicyFactory.DocumentLifecyclePolicy. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableDocumentLifecyclePolicyclass to be persisted in the specified object store.static DocumentLifecyclePolicyFactory.DocumentLifecyclePolicy. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableDocumentLifecyclePolicyclass to be persisted in the specified object store.static DocumentLifecyclePolicyFactory.DocumentLifecyclePolicy. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theDocumentLifecyclePolicyclass by the specified object ID from the specified object store.DocumentLifecyclePolicyDocument. get_DocumentLifecyclePolicy()Returns the value of the DocumentLifecyclePolicy property.static DocumentLifecyclePolicyFactory.DocumentLifecyclePolicy. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableDocumentLifecyclePolicyclass from the specified object store.Methods in com.filenet.api.core with parameters of type DocumentLifecyclePolicy Modifier and Type Method and Description voidDocument. 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 Modifier and Type Method and Description voidDocumentLifecycleActionHandler. onDocumentClearException(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle exception is cleared (changeStateflagparameter is set toCLEAR_EXCEPTION).voidDocumentLifecycleActionHandler. onDocumentDemote(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state is demoted (changeStateflagparameter is set toDEMOTE).voidDocumentLifecycleActionHandler. onDocumentPromote(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state of a document is promoted (changeStateflagparameter is set toPROMOTE).voidDocumentLifecycleActionHandler. onDocumentResetLifecycle(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state is reset (changeStateflagparameter is set toRESET).voidDocumentLifecycleActionHandler. onDocumentSetException(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state is set to the exception state (changeStateflagparameter is set toSET_EXCEPTION).
-