Interface AssociationLinkByXPathLink
-
- All Superinterfaces:
AssociationLink,SchemaNodeExplicitRelationship
public interface AssociationLinkByXPathLink extends AssociationLink
This interface contains the information for an association that is over an XPath predicate (osd:association/xpathLinkproperty).- Since:
- 5.8.1
- See Also:
- Associations,
SchemaNode.getAssociationLink(),AssociationLink.isXPathLink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPredicate()Returns the XPath predicate defined in the data model (propertypredicate).-
Methods inherited from interface com.orchestranetworks.schema.info.AssociationLink
getAssociationResult, getConstraintPredicate, getDataSetReference, getDataSpaceReference, getMaxOccurs, getMinOccurs, getRecordFormFactoryClass, getTargetTable, getXPathFilter, isConsistent, isLinkTable, isTableRefInverse, isXPathLink
-
Methods inherited from interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
getBreadcrumbProperties, getContainerHome, getContainerReference, getExplicitRelationship, getExplicitRelationship, getOwnerNode, getResult, getTableNode, getTableNode, isAssociationLink, isDynamic, isSelectionLink, isTableRefLink
-
-
-
-
Method Detail
-
getPredicate
String getPredicate()
Returns the XPath predicate defined in the data model (propertypredicate).- Since:
- 5.8.1
-
-