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 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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleChangeFlags |
ChangeState.getLifecycleAction()
Returns the new lifecycle state for the underlying object of this pending action.
|
Constructor and Description |
---|
ChangeState(LifecycleChangeFlags lifecycleAction)
Creates a new instance of a
ChangeState pending action object. |
Modifier and Type | Field and Description |
---|---|
static LifecycleChangeFlags |
LifecycleChangeFlags.CLEAR_EXCEPTION
Remove the document or task from the exception state, and set the document's 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 . |
Modifier and Type | Method and Description |
---|---|
static LifecycleChangeFlags |
LifecycleChangeFlags.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.changeState(LifecycleChangeFlags flags)
Changes the current, user-defined lifecycle state of a
Document object,
or the current state of a CmTask object
(see TaskState for a list of the states). |
void |
CmTask.changeState(LifecycleChangeFlags flags)
Changes the current, user-defined lifecycle state of a
Document object,
or the current state of a CmTask object
(see TaskState for a list of the states). |
Modifier and Type | Method and Description |
---|---|
LifecycleChangeFlags |
ChangeStateEvent.get_LifecycleOperation()
Returns the value of the LifecycleOperation property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.