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(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Publish changes to node.
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- publish exector name
-
publish
void publish(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Publish changes to node.- Parameters:
nodeRef
- node reference
-
-