org.alfresco.service.cmr.workflow
Interface WorkflowAdminService

All Known Implementing Classes:
WorkflowAdminServiceImpl

public interface WorkflowAdminService

Client facing API for providing administration information about the WorkflowService.

Since:
4.0

Method Summary
 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 JBPM workflow definitions are visible when the JBPM engine is enabled.
 

Method Detail

isEngineEnabled

boolean isEngineEnabled(java.lang.String engineId)
Determines whether the engine with the given id is enabled.

Parameters:
engineId - The id of a workflow engine
Returns:
true if the engine id is valid and is enabled

isEngineVisible

boolean isEngineVisible(java.lang.String engineId)
Determines whether the JBPM workflow definitions are visible when the JBPM engine is enabled. NOTE: Workflow definitions can always be retrieved directly i.e. via name or id

Parameters:
engineId - The id of a workflow engine
Returns:
true if the definitions are visible


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.