Class LockingUser

    • Constructor Detail

      • LockingUser

        public LockingUser()
        Default Constructor
    • Method Detail

      • getState

        public String getState()
        Get state name for which user is affected
        Returns:
        state name
      • setState

        public void setState​(String state)
        Set state name for which user is affected
        Parameters:
        state - state name
      • getUserId

        public String getUserId()
        Get the user id
        Returns:
        user id
      • setUserId

        public void setUserId​(String userId)
        Set the user id
        Parameters:
        userId - user id
      • getProcessInstance

        public ProcessInstanceImpl getProcessInstance()
        Get the instance to which user is interested
        Returns:
        instance
      • setProcessInstance

        public void setProcessInstance​(ProcessInstanceImpl processInstance)
        Set the instance to which user is interested
        Parameters:
        processInstance - instance
      • getLockDate

        public Date getLockDate()
        Get the date when user locked the instance
        Returns:
        lock date