Interface DataElementConcept


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

      • getCode

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

        java.lang.String getBusinessCode()
        Returns the business code.
      • getDECType

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

        java.lang.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

        java.lang.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        java.util.Date getCreationDate()
        Returns the creation date.
      • getValidityStartDate

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

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

        java.util.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.