Provides a set of constants that specify how to change a document’s current lifecycle state (as defined by the document’s associated document lifecycle policy) or its exception-state status. These constants are used by the
parameter of a document's
method.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum LifecycleChangeFlags |
C# |
---|
public enum LifecycleChangeFlags |
C++ |
---|
public enum class LifecycleChangeFlags |
J# |
---|
public enum LifecycleChangeFlags |
JScript |
---|
public enum LifecycleChangeFlags |
Members
Description | |
---|---|
RESET | Reset the document’s current lifecycle state to the initial state in its document lifecycle policy and set the document's property to the name of the initial state. |
CLEAR_EXCEPTION | Remove the document from the exception state and set its property to . |
PROMOTE | Promote the document’s current lifecycle state to the next state in its document lifecycle policy and set the document's property to the name of the next state. |
DEMOTE | Demote the document’s current lifecycle state to the previous state in its document lifecycle policy and set the document's property to the name of the previous state, unless the property of the document’s current lifecycle state ( object) is set to . |
SET_EXCEPTION | Place the document into the exception state and set its property to . |