|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
fr.paris5.shaman.insight.client | Client tools. |
fr.paris5.shaman.insight.model | Buisness Objects, made persistent by Prevayler. |
fr.paris5.shaman.insight.operation | Operation objects encapsulate "things to do" on the server. |
fr.paris5.shaman.insight.server.rmi | Insight exposed services. |
fr.paris5.shaman.insight.service | Insight services definition. |
Uses of Operation in fr.paris5.shaman.insight.client |
Methods in fr.paris5.shaman.insight.client with parameters of type Operation | |
void |
OperationCombiner.execute(Operation operation)
|
Uses of Operation in fr.paris5.shaman.insight.model |
Methods in fr.paris5.shaman.insight.model with parameters of type Operation | |
void |
InsightModel.executeOperation(Operation operation)
|
Uses of Operation in fr.paris5.shaman.insight.operation |
Subclasses of Operation in fr.paris5.shaman.insight.operation | |
class |
AbstractTopicOperation
Deprecated. |
class |
CreatePublicationOperation
Creates a new Publication, by performing a resource import from active Legend repository. |
class |
CreateTopicOperation
Creates a Topic. |
class |
GetPublicationFragmentsOperation
Retrieves Fragments for a given Publication. |
class |
GetRootTopicOperation
Gets the root Topic of the Model. |
class |
GetTopicDefaultPublicationOperation
Retrieves the default Publication for a given Topic. |
class |
GetTopicPublicationsOperation
Retrieves Topic's Publications, optionally statisfying a set of constraints (defined as filters ), and,
optionally, recursively from the given Topic. |
class |
GetTopicTreeOperation
Gets a Topic for a given Topic / Id. |
class |
RenameTopicOperation
Renames a Topic |
class |
SetTopicDefaultPublicationOperation
Sets a Publication as it Topic's default. |
class |
UpdatePublicationStateOperation
Changes a Publication state. |
Uses of Operation in fr.paris5.shaman.insight.server.rmi |
Methods in fr.paris5.shaman.insight.server.rmi that return Operation | |
Operation |
OperationServiceImpl.executeOperation(Operation operation)
|
Methods in fr.paris5.shaman.insight.server.rmi with parameters of type Operation | |
Operation |
OperationServiceImpl.executeOperation(Operation operation)
|
Uses of Operation in fr.paris5.shaman.insight.service |
Methods in fr.paris5.shaman.insight.service that return Operation | |
Operation |
OperationService.executeOperation(Operation operation)
|
Methods in fr.paris5.shaman.insight.service with parameters of type Operation | |
Operation |
OperationService.executeOperation(Operation operation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |