|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleChangeFlags | |
---|---|
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. |
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 LifecycleChangeFlags in com.filenet.api.action |
---|
Methods in com.filenet.api.action that return LifecycleChangeFlags | |
---|---|
LifecycleChangeFlags |
ChangeState.getLifecycleAction()
Returns the new lifecycle state for the underlying object of this pending action. |
Constructors in com.filenet.api.action with parameters of type LifecycleChangeFlags | |
---|---|
ChangeState(LifecycleChangeFlags lifecycleAction)
Creates a new instance of a ChangeState pending action object. |
Uses of LifecycleChangeFlags in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as LifecycleChangeFlags | |
---|---|
static LifecycleChangeFlags |
LifecycleChangeFlags.CLEAR_EXCEPTION
Remove the document from the exception state and set its IsInExceptionState property to false . |
static LifecycleChangeFlags |
LifecycleChangeFlags.DEMOTE
Demote the document’s current lifecycle state to the previous state in its document lifecycle policy and set the document's CurrentState property to the name of the previous state, unless the CanBeDemoted property of the document’s current lifecycle state ( DocumentState object) is set to false . |
static LifecycleChangeFlags |
LifecycleChangeFlags.PROMOTE
Promote the document’s current lifecycle state to the next state in its document lifecycle policy and set the document's CurrentState property to the name of the next state. |
static LifecycleChangeFlags |
LifecycleChangeFlags.RESET
Reset the document’s current lifecycle state to the initial state in its document lifecycle policy and set the document's CurrentState property to the name of the initial state. |
static LifecycleChangeFlags |
LifecycleChangeFlags.SET_EXCEPTION
Place the document into the exception state and set its IsInExceptionState property to true . |
Methods in com.filenet.api.constants that return LifecycleChangeFlags | |
---|---|
static LifecycleChangeFlags |
LifecycleChangeFlags.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
Uses of LifecycleChangeFlags in com.filenet.api.core |
---|
Methods in com.filenet.api.core with parameters of type LifecycleChangeFlags | |
---|---|
void |
Document.changeState(LifecycleChangeFlags flags)
Changes the current lifecycle state of this document. |
Uses of LifecycleChangeFlags in com.filenet.api.events |
---|
Methods in com.filenet.api.events that return LifecycleChangeFlags | |
---|---|
LifecycleChangeFlags |
ChangeStateEvent.get_LifecycleOperation()
Returns the value of the LifecycleOperation property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |