Uses of Interface
de.mid.innovator.srv2api.icw2br.BRResourceRel
-
Packages that use BRResourceRel Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package. -
-
Uses of BRResourceRel in de.mid.innovator.srv2api.icw2br
Subinterfaces of BRResourceRel in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interface
BROrgUnitMemberRel
interface
BROrgUnitPersonRel
interface
BROrgUnitRequiresRole
interface
BRPersonInRole
interface
BRResourceHierRel
interface
BRResourceNamedRel
interface
BRResourceNonHierRel
This is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2br with type parameters of type BRResourceRel Modifier and Type Method Description <T extends BRResourceRel>
java.util.List<T>BRResource. getIncoming(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The incomingBRResourceRel
.<T extends BRResourceRel>
java.util.List<T>BRResource. getOutgoing(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The outgoingBRResourceRel
. -
Uses of BRResourceRel in de.mid.innovator.srv2api.icw2brdia
Fields in de.mid.innovator.srv2api.icw2brdia declared as BRResourceRel Modifier and Type Field Description BRResourceRel
ARG_BRDiaAddEdge. ohResourceRel
Model Element to be addedFields in de.mid.innovator.srv2api.icw2brdia with type parameters of type BRResourceRel Modifier and Type Field Description java.util.List<BRResourceRel>
ARG_BRDiaAddResourceRelationshipList. seqSel
List of selected relationshipsMethods in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResourceRel Modifier and Type Method Description BRDiaResourceEdge
BRDia. addEdgeForResourceRel(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
Constructors in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResourceRel Constructor Description ARG_BRDiaAddEdge(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
-