| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Entity in com.togethersoft.openapi.model.elements |
| Subinterfaces of Entity in com.togethersoft.openapi.model.elements | |
interface | Model |
| Methods in com.togethersoft.openapi.model.elements that return Entity | |
Entity | Container.createChildLink(String shapeType) |
Entity | Container.createChildNode(String shapeType) |
Entity | Element.getParent() |
| Uses of Entity in com.togethersoft.openapi.model.enum |
| Methods in com.togethersoft.openapi.model.enum that return Entity | |
Entity | EntityEnumeration.next() |
| Uses of Entity in com.togethersoft.openapi.model.extension |
| Methods in com.togethersoft.openapi.model.extension with parameters of type Entity | |
StringEnumeration | ChildrenProvider.children(Entity parent)Provider should return enumeration of unique names of the child elements of the given parent entity. |
boolean | ChildrenProvider.isApplicable(Entity parent)Provider should return true from this method if it knows
the given parent and there is a possibility that provider
will return enumeration of child elements unique names |
boolean | LinkProvider.canSetParticipant(Entity link, Element participant, String oldRole, String newRole)See description of canSetParticipant(Entity link, String role,Element oldParticipant,Element newParticipant) |
boolean | LinkProvider.canSetParticipant(Entity link, String role, Element oldParticipant, Element newParticipant)This method is called, when canSetParticipant method of Link was invoked
or before calling of setParticipant method. |
boolean | LinkProvider.isApplicable(Entity link)It is guaranteed that before calling any other methods of the provider, this method was invoked and result value was true. |
StringEnumeration | LinkProvider.participantRoles(Entity link)This method is used, when participantRoles of Entity was called. |
StringEnumeration | LinkProvider.participants(Entity link, String role)This method is used, when participants of Entity was called. |
void | LinkProvider.setParticipant(Entity link, Element participant, String oldRole, String newRole)This method is called when role of participant must be changed. |
void | LinkProvider.setParticipant(Entity link, String role, Element oldParticipant, Element newParticipant)This method is called when one participant must be changed with another. |
boolean | PasteProvider.canPaste(Entity container, Element element, Element anchor, boolean before)This method is called when canPaste method of Entity was called
or right before calling paste method of this provider. |
boolean | PasteProvider.isApplicable(Entity container)This method is called before calling any other methods. |
String | PasteProvider.paste(Entity container, Element element, Element createdElement, Element anchor, boolean before)Provider must "paste" specified element into container. |
boolean | UniqueNameProvider.canCreateUniqueName(Entity parent, String shapeType)Provider should return true in this method if it can
create an element whose parent is parent and shape type is
shapeType. |
String | UniqueNameProvider.createUniqueName(Entity parent, String shapeType)Provider should return unique name of the new element whose parent is parent and shape type is shapeType. |
| Uses of Entity in com.togethersoft.openapi.model.util |
| Methods in com.togethersoft.openapi.model.util with parameters of type Entity | |
boolean | ChildrenProviderAdapter.canCreateUniqueName(Entity parent, String shapeType) |
abstract StringEnumeration | ChildrenProviderAdapter.children(Entity parent)This method should return enumeration of unique names of elements which are children of the given entity. |
String | ChildrenProviderAdapter.createUniqueName(Entity parent, String shapeType) |
abstract boolean | ChildrenProviderAdapter.isApplicable(Entity parent)This method should return true if this provider can
return children of the given entity |
| Uses of Entity in com.togethersoft.openapi.modelnavigator |
| Methods in com.togethersoft.openapi.modelnavigator that return Entity | |
Entity[] | NavigatorService.getRoots()Returns an array of current navigator root entities. |
| Methods in com.togethersoft.openapi.modelnavigator with parameters of type Entity | |
void | NavigatorService.addRoot(Entity root)Adds model Entity as root node. |
void | NavigatorService.removeRoot(Entity root)Removes root node for given Entity. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||