Interface PublishExecutor
-
- All Known Implementing Classes:
BasePublishExecutor
,DispositionActionDefinitionPublishExecutor
public interface PublishExecutor
Publish executor interface.- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
void
publish(NodeRef nodeRef)
Publish changes to node.
-