Interface BPMGroup

All Superinterfaces:
BPMIdentity, BPMPrincipal, BPMRole, Principal

public interface BPMGroup extends BPMRole
BPMGroup interface defines BPEL Process Manager Group. These are roles defined across the enterprise as against roles defined for an application.
  • Method Details

    • getTenantID

      String getTenantID() throws BPMIdentityException
      Gets Tenant ID in which this group is seeded. This API is applicable only for multi-tenant environments configured with Oracle Internet Directory.
      Returns:
      Tenant ID of the group
      Throws:
      BPMIdentityException - if error occurs
    • getTenantName

      String getTenantName() throws BPMIdentityException
      Gets Tenant Name in which this group is seeded. This API is applicable only for multi-tenant environments configured with Oracle Internet Directory.
      Returns:
      Tenant Name of the group
      Throws:
      BPMIdentityException - if error occurs