Uses of Package
com.togethersoft.openapi.model.extension

Packages that use com.togethersoft.openapi.model.extension
com.togethersoft.openapi.model.elements 
com.togethersoft.openapi.model.extension 
com.togethersoft.openapi.model.util 

Classes in com.togethersoft.openapi.model.extension used by com.togethersoft.openapi.model.elements
Model
          
 

Classes in com.togethersoft.openapi.model.extension used by com.togethersoft.openapi.model.extension
ChildLinksProvider
          This provider should behaves exactly as ChildrenProvider.
ChildNodesProvider
          This provider should behaves exactly as ChildrenProvider.
ChildReferenceCollectionProvider
          This provider should behaves exactly as ChildrenProvider.
ChildrenProvider
          Provider implementing this interface is responsible for generation of the
unique names of child elements of the given entity.
ContentProvider
          Provider, which implements this interface actually doesn't provide anything.
CopyProvider
          Provider, which implements this interface must support "copy" functionality of Element
CutProvider
          Provider, which implements this interface must support "cut" functionality of Element
DeleteProvider
          The provideres, which implement this interface are responsible for supplying delete,
canDelete and isDeleted functionalities of Elements
and References.
DeltaProvider
          This provider is responsible for collecting all changes, which have been done in model.
EntityUniqueNameProvider
          This interface is only an indicator.
LinkProvider
          Provider, which implements this interface is responsible for supplying of Link interface
functionality of Entity.
ParentProvider
          Provider implementing this interface is responsible for the generation of
the unique name of a parent element for the given element.
PasteProvider
          Provider, which implements this interface is reponsible for realising paste
functionality.
PropertyGetProvider
          Provider, implementing this interface takes a responsibilty for property listing and retrieving.
PropertyProvider
          This is superinterface of two interfaces for providers, which supply properties of
PropertyMap.
PropertySetProvider
          Provider, which implements this interface, is responsible for property writing operations.
ReferenceCollectionUniqueNameProvider
          This interface is only an indicator.
ReferenceProvider
          Provider, which implements this interface is responsible for supplying functionality
of ReferenceCollections.
UniqueNameProvider
          Provider implementing this interface takes a responsibility to decide
if some model element should be instantiated.
 

Classes in com.togethersoft.openapi.model.extension used by com.togethersoft.openapi.model.util
ChildrenProviderAdapter
          This class is an adapter for children providers.