Define States for Elements

You must define the possible states in which an element can be. For example, an iProcess procedure can be Released, Unreleased, Withdrawn, and so on.

In this process you define the possible states for a given element type. For each operation, you also define the setTo state (the state that logically follows the success of the operation). The method getPossibleOperations defines the legal progression of states. For more information see Implementing Operations for ServerElements.

Note: The operation names and states that you choose will be displayed in the user interface.