Uses of Interface
de.mid.innovator.srv2api.icw2br.BRResource
-
Packages that use BRResource Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).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 BRResource in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BRResource Modifier and Type Method Description BRResource
BPProcess. getResponsibleResource()
BRResource
BPResourceAtProcess. getResponsibleResource()
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BRResource Modifier and Type Method Description void
BPProcess. setResponsibleResource(BRResource value)
Set the value of View ResponsibleResource. -
Uses of BRResource in de.mid.innovator.srv2api.icw2br
Subinterfaces of BRResource in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interface
BROrgUnit
interface
BRPerson
interface
BRRole
interface
BRTechnical
Methods in de.mid.innovator.srv2api.icw2br with type parameters of type BRResource Modifier and Type Method Description <T extends BRResource>
java.util.List<T>BRResource. getOwnedResource(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2br that return BRResource Modifier and Type Method Description static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource with template and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource with stereotype and container.BRResource
BRResource. getOwningResource()
The container resource of the resource.BRResource
BRResourceAtLocation. getResource()
TheBRLocation
of the resource assignments.BRResource
BRResourceRel. getSourceResource()
TheBRResource
being the source of the relationship.BRResource
BRResourceRel. getTargetResource()
TheBRResource
being the target of the relationship. -
Uses of BRResource in de.mid.innovator.srv2api.icw2brdia
Fields in de.mid.innovator.srv2api.icw2brdia declared as BRResource Modifier and Type Field Description BRResource
ARG_BRDiaAddNode. ohResource
Business resource to be added as nodeMethods in de.mid.innovator.srv2api.icw2brdia with type parameters of type BRResource Modifier and Type Method Description <T extends BRResource>
java.util.List<T>BRDia. getResourceInDia(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns a unique list of all business resources being displayed in theBRDia
.<T extends BRResource>
java.util.List<T>BRDia. getResourceInDia(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getResourceInDia and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResource Modifier and Type Method Description BRDiaResourceNode
BRDia. addNodeForResource(BRResource ohResource, java.lang.Class<? extends ELObject> kVOclPres, boolean allowMultiple, java.awt.Point position, java.awt.Point size)
java.util.List<BRDiaResourceNode>
BRDia. getNodeForResource(BRResource refObj, K_CONTROL_OPTION... behaviourFlags)
Constructors in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResource Constructor Description ARG_BRDiaAddNode(BRResource ohResource, java.lang.Class<? extends ELObject> kVOclPres, boolean allowMultiple, java.awt.Point position, java.awt.Point size)
-