| Package | Description |
|---|---|
| org.alfresco.repo.admin.patch.impl | |
| org.alfresco.repo.avm | |
| org.alfresco.repo.avm.actions | |
| org.alfresco.repo.dictionary | |
| org.alfresco.repo.forms.processor.workflow | |
| org.alfresco.repo.invitation |
The implementation of the Invitation Service.
|
| org.alfresco.repo.publishing | |
| org.alfresco.repo.service | |
| org.alfresco.repo.tenant | |
| org.alfresco.repo.workflow | |
| org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
| org.alfresco.service.cmr.workflow | |
| org.alfresco.wcm.sandbox | |
| org.alfresco.wcm.util |
| Modifier and Type | Method and Description |
|---|---|
WorkflowService |
InvitationMigrationPatch.getWorkflowService() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvitationMigrationPatch.setWorkflowService(WorkflowService workflowService) |
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowService |
AVMExpiredContentProcessor.workflowService |
| Modifier and Type | Method and Description |
|---|---|
void |
AVMExpiredContentProcessor.setWorkflowService(WorkflowService workflowService) |
| Modifier and Type | Method and Description |
|---|---|
void |
StartAVMWorkflowAction.setWorkflowService(WorkflowService service)
Deprecated.
Set the workflow service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryModelType.setWorkflowService(WorkflowService workflowService)
Set the workflow service
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowService |
AbstractWorkflowFormProcessor.workflowService
WorkflowService
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowFormProcessor.setWorkflowService(WorkflowService workflowService) |
| Constructor and Description |
|---|
TaskFormPersister(ContentModelItemData<WorkflowTask> itemData,
org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
AuthenticationService authenticationService,
BehaviourFilter behaviourFilter,
org.apache.commons.logging.Log logger) |
TaskFormProcessor(WorkflowService workflowService,
org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
AuthenticationService authenticationService,
PersonService personService,
FieldProcessorRegistry fieldProcessorRegistry) |
WorkflowFormPersister(ContentModelItemData<?> itemData,
org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
BehaviourFilter behaviourFilter,
org.apache.commons.logging.Log logger) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowService |
InvitationServiceImpl.getWorkflowService() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvitationServiceImpl.setWorkflowService(WorkflowService workflowService)
Set the workflow service
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishingEventHelper.setWorkflowService(WorkflowService workflowService) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowService |
ServiceDescriptorRegistry.getWorkflowService() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiTAdminServiceImpl.setWorkflowService(WorkflowService workflowService) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowServiceImpl
Default Alfresco Workflow Service whose implementation is backed by
registered BPM Engine plug-in components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowNotificationUtils.setWorkflowService(WorkflowService service) |
void |
CancelWorkflowActionExecuter.setWorkflowService(WorkflowService workflowService) |
void |
WorkflowInterpreter.setWorkflowService(WorkflowService workflowService) |
void |
WorkflowDeployer.setWorkflowService(WorkflowService workflowService)
Sets the workflow service
|
void |
StartWorkflowActionExecuter.setWorkflowService(WorkflowService workflowService) |
| Constructor and Description |
|---|
PackageManager(WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
BehaviourFilter behaviourFilter,
org.apache.commons.logging.Log logger) |
TaskUpdater(String taskId,
WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
BehaviourFilter behaviourFilter) |
WorkflowBuilder(WorkflowDefinition definition,
WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
BehaviourFilter behaviourFilter) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowService |
ServiceRegistry.getWorkflowService() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowPermissionInterceptor.setWorkflowService(WorkflowService workflowService) |
| Modifier and Type | Method and Description |
|---|---|
void |
SandboxServiceImpl.setWorkflowService(WorkflowService workflowService) |
| Modifier and Type | Method and Description |
|---|---|
static org.alfresco.service.cmr.repository.NodeRef |
WCMWorkflowUtil.createWorkflowPackage(WorkflowService workflowService,
AVMService avmService,
SandboxInfo sandboxInfo) |
static List<String> |
WCMWorkflowUtil.getAssociatedPathsForSandbox(AVMSyncService avmSyncService,
WorkflowService workflowService,
String sandboxName) |
static List<WorkflowTask> |
WCMWorkflowUtil.getAssociatedTasksForNode(WorkflowService workflowService,
AVMService avmService,
AVMNodeDescriptor node)
Deprecated.
since 3.2
|
static List<WorkflowTask> |
WCMWorkflowUtil.getAssociatedTasksForSandbox(WorkflowService workflowService,
String storeName) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.