Class Process<T extends Stateful>

java.lang.Object
org.nuclos.api.businessobject.Process<T>
Type Parameters:
T -

public class Process<T extends Stateful> extends Object
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.
Author:
reichama
  • Constructor Details

    • Process

      public Process(UID pId, UID pEntityId, Class<T> pType)
      Constructor using the Id of the process, the Id of the entity and class-type of the BusinessObject
      Parameters:
      pId -
      pEntityId -
      pType -
  • Method Details

    • getId

      public UID getId()
      Returns the Id of the process
      Returns:
    • getEntityId

      public UID getEntityId()
      Returns the Id of the entity
      Returns:
    • getType

      public Class<T> getType()
      Returns the class-type of the BusinessObject the process belongs to
      Returns: