-
Packages that use LifecycleChangeFlags Package Description 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 asEntireNetwork,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 Modifier and Type Method and Description LifecycleChangeFlagsChangeState. 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 Constructor and Description ChangeState(LifecycleChangeFlags lifecycleAction)Creates a new instance of aChangeStatepending action object. -
Uses of LifecycleChangeFlags in com.filenet.api.constants
Fields in com.filenet.api.constants declared as LifecycleChangeFlags Modifier and Type Field and Description static LifecycleChangeFlagsLifecycleChangeFlags. CLEAR_EXCEPTIONRemove the document or task from the exception state, and set the document's IsInExceptionState property tofalse.static LifecycleChangeFlagsLifecycleChangeFlags. DEMOTEDemote 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 (DocumentStateobject) is set tofalse.static LifecycleChangeFlagsLifecycleChangeFlags. PROMOTEPromote 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 LifecycleChangeFlagsLifecycleChangeFlags. RESETReset 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 LifecycleChangeFlagsLifecycleChangeFlags. SET_EXCEPTIONPlace the document into the exception state and set its IsInExceptionState property totrue.Methods in com.filenet.api.constants that return LifecycleChangeFlags Modifier and Type Method and Description static LifecycleChangeFlagsLifecycleChangeFlags. 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 Modifier and Type Method and Description voidDocument. changeState(LifecycleChangeFlags flags)Changes the current, user-defined lifecycle state of aDocumentobject, or the current state of aCmTaskobject (see TaskState for a list of the states).voidCmTask. changeState(LifecycleChangeFlags flags)Changes the current, user-defined lifecycle state of aDocumentobject, or the current state of aCmTaskobject (see TaskState for a list of the states). -
Uses of LifecycleChangeFlags in com.filenet.api.events
Methods in com.filenet.api.events that return LifecycleChangeFlags Modifier and Type Method and Description LifecycleChangeFlagsChangeStateEvent. get_LifecycleOperation()Returns the value of the LifecycleOperation property.
-