Interface DocumentLifecycleRoleMetadata


public interface DocumentLifecycleRoleMetadata
Provides methods to retrieve metadata fields for a specific document lifecycle role.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of this document lifecycle role.
    Retrieves the application role associated with this document lifecycle role.
    boolean
    Retrieves the active status of this document lifecycle role.
  • Method Details

    • getName

      String getName()
      Retrieves the name of this document lifecycle role. For example, reviewer__c.
      Returns:
      the non-null document lifecycle role name
    • isActive

      boolean isActive()
      Retrieves the active status of this document lifecycle role.
      Returns:
      true if the document lifecycle role is active, otherwise false
    • getRole

      Role getRole()
      Retrieves the application role associated with this document lifecycle role.
      Returns:
      the associated application role as an instance of Role