public interface WorkflowAdminService
WorkflowService.| Modifier and Type | Method and Description |
|---|---|
boolean |
isEngineEnabled(java.lang.String engineId)
Determines whether the engine with the given id is enabled.
|
boolean |
isEngineVisible(java.lang.String engineId)
Determines whether the workflow definitions are visible
for the engine with the given id.
|
void |
setEngineEnabled(java.lang.String engineId,
boolean isEnabled)
Enables/disables the engine with the given id.
|
void |
setEngineVisibility(java.lang.String engineId,
boolean isVisible)
Sets the visiblity of workflow definitions
for the engine with the given id.
|
boolean isEngineEnabled(java.lang.String engineId)
engineId - The id of a workflow enginevoid setEngineEnabled(java.lang.String engineId,
boolean isEnabled)
engineId - The id of a workflow engineisEnabled - true to enable the engine, false to disableboolean isEngineVisible(java.lang.String engineId)
engineId - The id of a workflow enginevoid setEngineVisibility(java.lang.String engineId,
boolean isVisible)
engineId - The id of a workflow engineisVisible - true if the definitions are visibleCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.