Class ProcessCaseView

    • Method Detail

      • getId

        public long getId()
        Description copied from interface: IProcessCaseView
        This method returns the unique ID of this case.
        Specified by:
        getId in interface IProcessCaseView
        Returns:
        the unique ID of this process step.
      • isCaseLocked

        public boolean isCaseLocked()
        Description copied from interface: IProcessCaseView
        This method returns if the case the task is defined for is locked.
        Specified by:
        isCaseLocked in interface IProcessCaseView
        Returns:
        a boolean indicating if the case the task is defined for is locked
      • getName

        public String getName()
        Description copied from interface: IProcessCaseView
        This method returns the name of the case as present in the task definition.
        Specified by:
        getName in interface IProcessCaseView
        Returns:
        The name of the case.
      • getAttributeValue

        public IValue getAttributeValue​(String entityName,
                                        String attributeName)
        Description copied from interface: IProcessCaseView
        this method returns the value of the attribute from the case the task is defined for.
        Specified by:
        getAttributeValue in interface IProcessCaseView
        Parameters:
        entityName - The entity where the attribute belongs to.
        attributeName - The name of the attribute.
        Returns:
        The value of the attribute from the case the task is defined for.