Interface CaseOwner


public interface CaseOwner
A case can have multiple case owners. The intend of the owner is only for descriptive purpose and has no influence on the behavior of the Workflow Engine.This may can be used for example in Workflow UIs to search and filter in case lists.
Since:
12.0.0
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the owner of the case.
    Returns the memberName of the owner.
  • Method Details

    • memberName

      String memberName()
      Returns the memberName of the owner. Does not return null if the ISecurityMember was deleted.
      Returns:
      name of the owner
      API:
      This public API is available in Java.
    • member

      ISecurityMember member()
      Returns the owner of the case. Can be null if the ISecurityMember was deleted.
      Returns:
      owner
      API:
      This public API is available in Java.