Package com.orchestranetworks.addon.dqid
Interface DataElementConcept
-
public interface DataElementConceptRepresents a Data Element Concept.- Since:
- 1.3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBusinessCode()Returns the business code.java.lang.StringgetCode()Returns the code of this Data Element Concept.java.util.DategetCreationDate()Returns the creation date.java.lang.StringgetDatasetIdentifier()Returns the target data set identifier.java.lang.StringgetDataspaceIdentifier()Returns the target data space identifier.com.onwbp.base.text.UserMessagegetDECCodeOrDashboardName()Returns the dashboard name of this Data Element Concept.com.onwbp.base.text.UserMessagegetDECCodeOrName()Returns the name of this Data Element Concept.DECTypegetDECType()Returns the type of this Data Element Concept.java.util.DategetExpirationDate()Returns the expiration date.java.lang.StringgetFieldCode()Returns the target field code.java.lang.StringgetFieldIdentifier()Returns the target field identifier.java.lang.StringgetGroupIdentifier()Returns the target group identifier.java.lang.StringgetOperationIdentifier()Returns the target operation identifier.java.util.List<java.lang.String>getProfileAdministrator()Returns the administrator identifiers.java.util.List<java.lang.String>getProfileOwner()Returns the owners identifiers.java.lang.StringgetTableCode()Returns the target table code.java.lang.StringgetTableIdentifier()Returns the target table identifier.com.onwbp.adaptation.AdaptationgetTargetDataset()Returns the target data set.com.onwbp.adaptation.AdaptationNamegetTargetDatasetName()Returns the target data set name.com.onwbp.adaptation.AdaptationHomegetTargetDataspace()Returns the target data space.com.onwbp.adaptation.AdaptationHomegetTargetDataSpace()Deprecated.Since 1.5.2 usegetTargetDataspace()instead.com.orchestranetworks.schema.PathgetTargetFieldPath()Returns the target field path.com.orchestranetworks.schema.PathgetTargetGroupPath()Returns the target group path.com.orchestranetworks.instance.HomeKeygetTargetHomeKey()Returns the target home key.com.orchestranetworks.schema.PathgetTargetTablePath()Returns the target table path.java.lang.StringgetUserTaskIdentifier()Returns the target user task identifier.java.util.DategetValidityEndDate()Returns the validity end date.java.util.DategetValidityStartDate()Returns the validity start date.java.lang.StringgetWorkflowIdentifier()Returns the target workflow identifier.java.lang.BooleanisFieldPrimaryKey()Returnstrueif the target field is a primary key.
-
-
-
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 usegetTargetDataspace()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()
Returnstrueif 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.
-
-