Interface IProcessInstance

All Superinterfaces:
Serializable

public interface IProcessInstance extends Serializable
  • Field Details

  • Method Details

    • setConversationID

      void setConversationID(String conversationID)
    • getConversationID

      String getConversationID()
    • getOwnerType

      IIdentityType getOwnerType()
    • setTitle

      void setTitle(String value)
    • getTitle

      String getTitle()
    • setCreator

      void setCreator(String value)
    • getCreator

      String getCreator()
    • setOwner

      void setOwner(String value, IIdentityType.IDENTITY_TYPE type)
    • getOwner

      String getOwner()
      Deprecated.
      Returns:
    • getUserComment

      List getUserComment()
      To do create class comment which delegates to task comment
      Returns:
    • getAttachment

      List getAttachment()
      Same as comment
      Returns:
    • setStartDate

      void setStartDate(Calendar value)
    • setCubeInstanceId

      void setCubeInstanceId(String value)
    • getCubeInstanceId

      String getCubeInstanceId()
    • setSca

      void setSca(ScaType value)
    • getSca

      ScaType getSca()
    • getSystemAttributes

      IProcessSystemAttributes getSystemAttributes()
    • getFlexAttributes

      IProcessFlexAttributes getFlexAttributes()
    • getProcessDN

      String getProcessDN()
    • setProcessDN

      void setProcessDN(String dn)
    • getProcessName

      String getProcessName()
    • setIdentityContext

      void setIdentityContext(String context)
    • getIdentityContext

      String getIdentityContext()
    • setApplicationContext

      void setApplicationContext(String context)
    • getApplicationContext

      String getApplicationContext()
    • setPriority

      void setPriority(int priority)
    • getPriority

      int getPriority()
    • getCallback

      CallbackType getCallback()
    • getRemoveAssignees

      List<IIdentityType> getRemoveAssignees()
    • setRemoveAssignees

      void setRemoveAssignees(List<IIdentityType> assignee)