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