|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentLifecycleAction | |
---|---|
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.events | Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism. |
Uses of DocumentLifecycleAction in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return DocumentLifecycleAction | |
---|---|
static DocumentLifecycleAction |
Factory.DocumentLifecycleAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable DocumentLifecycleAction class to be persisted in the specified object store. |
static DocumentLifecycleAction |
Factory.DocumentLifecycleAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable DocumentLifecycleAction class to be persisted in the specified object store. |
static DocumentLifecycleAction |
Factory.DocumentLifecycleAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the DocumentLifecycleAction class
by the specified object ID from the specified object store. |
static DocumentLifecycleAction |
Factory.DocumentLifecycleAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable DocumentLifecycleAction class from the
specified object store. |
Uses of DocumentLifecycleAction in com.filenet.api.events |
---|
Methods in com.filenet.api.events that return DocumentLifecycleAction | |
---|---|
DocumentLifecycleAction |
DocumentLifecyclePolicy.get_DocumentLifecycleAction()
Returns the value of the DocumentLifecycleAction property. |
Methods in com.filenet.api.events with parameters of type DocumentLifecycleAction | |
---|---|
void |
DocumentLifecyclePolicy.set_DocumentLifecycleAction(DocumentLifecycleAction value)
Sets the value of the DocumentLifecycleAction property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |