public interface DataElementConcept
Modifier and Type | Method and Description |
---|---|
String |
getBusinessCode()
Returns the business code.
|
String |
getCode()
Returns the code of this Data Element Concept.
|
Date |
getCreationDate()
Returns the creation date.
|
String |
getDatasetIdentifier()
Returns the target data set identifier.
|
String |
getDataspaceIdentifier()
Returns the target data space identifier.
|
com.onwbp.base.text.UserMessage |
getDECCodeOrDashboardName()
Returns the dashboard name of this Data Element Concept.
|
com.onwbp.base.text.UserMessage |
getDECCodeOrName()
Returns the name of this Data Element Concept.
|
DECType |
getDECType()
Returns the type of this Data Element Concept.
|
Date |
getExpirationDate()
Returns the expiration date.
|
String |
getFieldCode()
Returns the target field code.
|
String |
getFieldIdentifier()
Returns the target field identifier.
|
String |
getGroupIdentifier()
Returns the target group identifier.
|
String |
getOperationIdentifier()
Returns the target operation identifier.
|
List<String> |
getProfileAdministrator()
Returns the administrator identifiers.
|
List<String> |
getProfileOwner()
Returns the owners identifiers.
|
String |
getTableCode()
Returns the target table code.
|
String |
getTableIdentifier()
Returns the target table identifier.
|
com.onwbp.adaptation.Adaptation |
getTargetDataset()
Returns the target data set.
|
com.onwbp.adaptation.AdaptationName |
getTargetDatasetName()
Returns the target data set name.
|
com.onwbp.adaptation.AdaptationHome |
getTargetDataspace()
Returns the target data space.
|
com.onwbp.adaptation.AdaptationHome |
getTargetDataSpace()
Deprecated.
Since 1.5.2 use
getTargetDataspace() instead. |
com.orchestranetworks.schema.Path |
getTargetFieldPath()
Returns the target field path.
|
com.orchestranetworks.schema.Path |
getTargetGroupPath()
Returns the target group path.
|
com.orchestranetworks.instance.HomeKey |
getTargetHomeKey()
Returns the target home key.
|
com.orchestranetworks.schema.Path |
getTargetTablePath()
Returns the target table path.
|
String |
getUserTaskIdentifier()
Returns the target user task identifier.
|
Date |
getValidityEndDate()
Returns the validity end date.
|
Date |
getValidityStartDate()
Returns the validity start date.
|
String |
getWorkflowIdentifier()
Returns the target workflow identifier.
|
Boolean |
isFieldPrimaryKey()
Returns
true if the target field is a primary key. |
String getCode()
String getBusinessCode()
DECType getDECType()
String getDataspaceIdentifier()
com.orchestranetworks.instance.HomeKey getTargetHomeKey()
@Deprecated com.onwbp.adaptation.AdaptationHome getTargetDataSpace()
getTargetDataspace()
instead.com.onwbp.adaptation.AdaptationHome getTargetDataspace()
String getDatasetIdentifier()
com.onwbp.adaptation.AdaptationName getTargetDatasetName()
com.onwbp.adaptation.Adaptation getTargetDataset()
String getTableIdentifier()
String getTableCode()
com.orchestranetworks.schema.Path getTargetTablePath()
String getFieldIdentifier()
com.orchestranetworks.schema.Path getTargetFieldPath()
Boolean isFieldPrimaryKey()
true
if the target field is a primary key.String getFieldCode()
String getGroupIdentifier()
com.orchestranetworks.schema.Path getTargetGroupPath()
String getWorkflowIdentifier()
String getUserTaskIdentifier()
String getOperationIdentifier()
List<String> getProfileAdministrator()
Date getCreationDate()
Date getValidityStartDate()
Date getValidityEndDate()
Date getExpirationDate()
com.onwbp.base.text.UserMessage getDECCodeOrName()
Returns the code if the name is null
.
com.onwbp.base.text.UserMessage getDECCodeOrDashboardName()
Returns the code if the dashboard name is null
.