Uses of Interface
de.mid.innovator.srv2api.icw2br.BRResource
Packages that use BRResource
Package
Description
Business resource modeling package.
Diagrams and graphical representations for elements of the icw2br package.
-
Uses of BRResource in de.mid.innovator.srv2api.icw2br
Subinterfaces of BRResource in de.mid.innovator.srv2api.icw2brModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2br with type parameters of type BRResourceModifier and TypeMethodDescription<T extends BRResource>
List<T> BRResource.getOwnedResource(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2br that return BRResourceModifier and TypeMethodDescriptionstatic 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.BRResource.getOwningResource()The container resource of the resource.BRResourceAtLocation.getResource()TheBRLocationof the resource assignments.BRResourceRel.getSourceResource()TheBRResourcebeing the source of the relationship.BRResourceRel.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 BRResourceModifier and TypeFieldDescriptionARG_BRDiaAddNode.ohResourceBusiness resource to be added as nodeMethods in de.mid.innovator.srv2api.icw2brdia with type parameters of type BRResourceModifier and TypeMethodDescription<T extends BRResource>
List<T> BRDia.getResourceInDia(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns a unique list of all business resources being displayed in theBRDia.<T extends BRResource>
List<T> BRDia.getResourceInDia(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 BRResourceModifier and TypeMethodDescriptionBRDia.addNodeForResource(BRResource ohResource, Class<? extends ELObject> kVOclPres, boolean allowMultiple, Point position, Point size) BRDia.getNodeForResource(BRResource refObj) Constructors in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResourceModifierConstructorDescriptionARG_BRDiaAddNode(BRResource ohResource, Class<? extends ELObject> kVOclPres, boolean allowMultiple, Point position, Point size)