public interface BaseRelationOperations
Modifier and Type | Method and Description |
---|---|
BaseElement |
getElem1()
(10001)
Get the first base element of the base relation.
|
BaseElement |
getElem2()
(10002)
Get the second base element of the base relation.
|
java.lang.String |
getInverseRelationName()
(10009)
Return the inverse name of the base relation.
|
RelationRange |
getInverseRelationRange()
(10003)
Get the inverse relation range of the base relation.
|
Relationship |
getInverseRelationship()
(10004)
Get the inverse relationship of the base relation.
|
java.lang.String |
getRelationName()
(10005)
Get the relation name of the base relation.
|
RelationRange |
getRelationRange()
(10006)
Get the relation range of the base relation.
|
Relationship |
getRelationship()
(10007)
Get the relationship of the base relation.
|
RelationType |
getRelationType()
(10008)
Get the relation type of the base relation.
|
BaseElement getElem1() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEBaseElement getElem2() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVERelationRange getInverseRelationRange() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVERelationship getInverseRelationship() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEjava.lang.String getRelationName() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVERelationRange getRelationRange() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVERelationship getRelationship() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVERelationType getRelationType() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEjava.lang.String getInverseRelationName() throws AoException
AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE