Package org.nuclos.api.businessobject
Class Process<T extends Stateful>
java.lang.Object
org.nuclos.api.businessobject.Process<T>
- Type Parameters:
T
-
The process class represents a process in nuclos;
It is assigned to an entity that uses a statemodel and is used in rule-programming. See QueryProvider.
It is assigned to an entity that uses a statemodel and is used in rule-programming. See QueryProvider.
- Author:
- reichama
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Id of the entitygetId()
Returns the Id of the processgetType()
Returns the class-type of theBusinessObject
the process belongs to
-
Constructor Details
-
Process
Constructor using the Id of the process, the Id of the entity and class-type of theBusinessObject
- Parameters:
pId
-pEntityId
-pType
-
-
-
Method Details
-
getId
Returns the Id of the process- Returns:
-
getEntityId
Returns the Id of the entity- Returns:
-
getType
Returns the class-type of theBusinessObject
the process belongs to- Returns:
-