Interface TenantOwned

All Known Subinterfaces:
DecisionEvaluationRecordValue, DecisionRecordValue, DecisionRequirementsMetadataValue, DecisionRequirementsRecordValue, DeploymentRecordValue, EscalationRecordValue, EvaluatedDecisionValue, Form, FormMetadataValue, IncidentRecordValue, JobRecordValue, MessageCorrelationRecordValue, MessageRecordValue, MessageStartEventSubscriptionRecordValue, MessageSubscriptionRecordValue, Process, ProcessEventRecordValue, ProcessInstanceBatchRecordValue, ProcessInstanceCreationRecordValue, ProcessInstanceModificationRecordValue, ProcessInstanceRecordValue, ProcessInstanceResultRecordValue, ProcessMessageSubscriptionRecordValue, ProcessMetadataValue, ResourceDeletionRecordValue, SignalRecordValue, SignalSubscriptionRecordValue, TimerRecordValue, UserTaskRecordValue, VariableDocumentRecordValue, VariableRecordValue
All Known Implementing Classes:
ImmutableDecisionEvaluationRecordValue, ImmutableDecisionRecordValue, ImmutableDecisionRequirementsMetadataValue, ImmutableDecisionRequirementsRecordValue, ImmutableDeploymentRecordValue, ImmutableEscalationRecordValue, ImmutableEvaluatedDecisionValue, ImmutableForm, ImmutableFormMetadataValue, ImmutableIncidentRecordValue, ImmutableJobRecordValue, ImmutableMessageCorrelationRecordValue, ImmutableMessageRecordValue, ImmutableMessageStartEventSubscriptionRecordValue, ImmutableMessageSubscriptionRecordValue, ImmutableProcess, ImmutableProcessEventRecordValue, ImmutableProcessInstanceBatchRecordValue, ImmutableProcessInstanceCreationRecordValue, ImmutableProcessInstanceModificationRecordValue, ImmutableProcessInstanceRecordValue, ImmutableProcessInstanceResultRecordValue, ImmutableProcessMessageSubscriptionRecordValue, ImmutableProcessMetadataValue, ImmutableResourceDeletionRecordValue, ImmutableSignalRecordValue, ImmutableSignalSubscriptionRecordValue, ImmutableTimerRecordValue, ImmutableUserTaskRecordValue, ImmutableVariableDocumentRecordValue, ImmutableVariableRecordValue

public interface TenantOwned
Concerns an entity that is owned by a tenant.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default tenant identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the identifier of the tenant that owns this entity.
  • Field Details

    • DEFAULT_TENANT_IDENTIFIER

      static final String DEFAULT_TENANT_IDENTIFIER
      The default tenant identifier. When multi-tenancy is disabled, entities are owned by this tenant. This is done in case multi-tenancy is enabled in the future.
      See Also:
  • Method Details

    • getTenantId

      String getTenantId()
      Returns the identifier of the tenant that owns this entity.