Interface DataElementConcept


public interface DataElementConcept
Represents a Data Element Concept.
Since:
1.3.1
  • Method Details

    • getCode

      String getCode()
      Returns the code of this Data Element Concept.
    • getBusinessCode

      String getBusinessCode()
      Returns the business code.
    • getDECType

      DECType getDECType()
      Returns the type of this Data Element Concept.
    • getDataspaceIdentifier

      String getDataspaceIdentifier()
      Returns the target data space identifier.
    • getTargetHomeKey

      com.orchestranetworks.instance.HomeKey getTargetHomeKey()
      Returns the target home key.
    • getTargetDataSpace

      @Deprecated com.onwbp.adaptation.AdaptationHome getTargetDataSpace()
      Deprecated.
      Since 1.5.2 use getTargetDataspace() instead.
      Returns the target data space.
    • getTargetDataspace

      com.onwbp.adaptation.AdaptationHome getTargetDataspace()
      Returns the target data space.
      Since:
      1.5.2
    • getDatasetIdentifier

      String getDatasetIdentifier()
      Returns the target data set identifier.
    • getTargetDatasetName

      com.onwbp.adaptation.AdaptationName getTargetDatasetName()
      Returns the target data set name.
    • getTargetDataset

      com.onwbp.adaptation.Adaptation getTargetDataset()
      Returns the target data set.
    • getTableIdentifier

      String getTableIdentifier()
      Returns the target table identifier.
    • getTableCode

      String getTableCode()
      Returns the target table code.
    • getTargetTablePath

      com.orchestranetworks.schema.Path getTargetTablePath()
      Returns the target table path.
    • getFieldIdentifier

      String getFieldIdentifier()
      Returns the target field identifier.
    • getTargetFieldPath

      com.orchestranetworks.schema.Path getTargetFieldPath()
      Returns the target field path.
    • isFieldPrimaryKey

      Boolean isFieldPrimaryKey()
      Returns true if the target field is a primary key.
    • getFieldCode

      String getFieldCode()
      Returns the target field code.
    • getGroupIdentifier

      String getGroupIdentifier()
      Returns the target group identifier.
    • getTargetGroupPath

      com.orchestranetworks.schema.Path getTargetGroupPath()
      Returns the target group path.
    • getWorkflowIdentifier

      String getWorkflowIdentifier()
      Returns the target workflow identifier.
    • getUserTaskIdentifier

      String getUserTaskIdentifier()
      Returns the target user task identifier.
      Since:
      1.4.0
    • getOperationIdentifier

      String getOperationIdentifier()
      Returns the target operation identifier.
      Since:
      1.4.0
    • getProfileOwner

      List<String> getProfileOwner()
      Returns the owners identifiers.
    • getProfileAdministrator

      List<String> getProfileAdministrator()
      Returns the administrator identifiers.
    • getCreationDate

      Date getCreationDate()
      Returns the creation date.
    • getValidityStartDate

      Date getValidityStartDate()
      Returns the validity start date.
    • getValidityEndDate

      Date getValidityEndDate()
      Returns the validity end date.
    • getExpirationDate

      Date getExpirationDate()
      Returns the expiration date.
    • getDECCodeOrName

      com.onwbp.base.text.UserMessage getDECCodeOrName()
      Returns the name of this Data Element Concept.

      Returns the code if the name is null.

    • getDECCodeOrDashboardName

      com.onwbp.base.text.UserMessage getDECCodeOrDashboardName()
      Returns the dashboard name of this Data Element Concept.

      Returns the code if the dashboard name is null.