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 BRResourceBPProcess. getResponsibleResource()BRResourceBPResourceAtProcess. getResponsibleResource()Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BRResource Modifier and Type Method Description voidBPProcess. 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 interfaceBROrgUnitinterfaceBRPersoninterfaceBRRoleinterfaceBRTechnicalMethods 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 BRResourceBRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Resource with template and container.static BRResourceBRResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Resource with stereotype and container.BRResourceBRResource. getOwningResource()The container resource of the resource.BRResourceBRResourceAtLocation. getResource()TheBRLocationof the resource assignments.BRResourceBRResourceRel. getSourceResource()TheBRResourcebeing the source of the relationship.BRResourceBRResourceRel. getTargetResource()TheBRResourcebeing 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 BRResourceARG_BRDiaAddNode. ohResourceBusiness 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 BRDiaResourceNodeBRDia. 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)
-