|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.paris5.shaman.insight.service.Operation | +--fr.paris5.shaman.insight.operation.RenameTopicOperation
Renames a Topic
Field Summary | |
private java.lang.String |
newName
|
private Topic |
renamedTopic
|
(package private) static long |
serialVersionUID
|
private Topic |
topic
|
Fields inherited from class fr.paris5.shaman.insight.service.Operation |
consumed, insightManager, insightModel |
Constructor Summary | |
RenameTopicOperation(Topic topic,
java.lang.String newName)
|
Method Summary | |
protected void |
doExecute(InsightModel model)
|
Topic |
getResult()
|
Methods inherited from class fr.paris5.shaman.insight.service.Operation |
execute, getInsightManager, getInsightModel, isMutator |
Methods inherited from class java.lang.Object |
|
Field Detail |
static final long serialVersionUID
private final Topic topic
private final java.lang.String newName
private Topic renamedTopic
Constructor Detail |
public RenameTopicOperation(Topic topic, java.lang.String newName)
Method Detail |
protected void doExecute(InsightModel model) throws java.lang.Exception
doExecute
in class Operation
public Topic getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |