Package | Description |
---|---|
org.alfresco.repo.action.executer | |
org.alfresco.repo.coci | |
org.alfresco.repo.copy | |
org.alfresco.repo.model.filefolder | |
org.alfresco.repo.rule | |
org.alfresco.repo.service | |
org.alfresco.repo.webdav | |
org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
org.alfresco.web.bean | |
org.alfresco.web.bean.workflow |
Modifier and Type | Method and Description |
---|---|
void |
CopyActionExecuter.setCopyService(CopyService copyService)
Sets the copy service
|
void |
TransitionSimpleWorkflowActionExecuter.setCopyService(CopyService copyService)
Set the copy service
|
void |
TransformActionExecuter.setCopyService(CopyService copyService)
Set the copy service
|
Modifier and Type | Method and Description |
---|---|
void |
CheckOutCheckInServiceImpl.setCopyService(CopyService copyService)
Sets the copy service
|
Modifier and Type | Class and Description |
---|---|
class |
CopyServiceImpl
Service implementation of copy operations.
|
Modifier and Type | Method and Description |
---|---|
void |
FileFolderServiceImpl.setCopyService(CopyService copyService) |
Modifier and Type | Method and Description |
---|---|
void |
RuleServiceImpl.setCopyService(CopyService copyService)
Set the service for locating copied nodes' originals
|
Modifier and Type | Method and Description |
---|---|
CopyService |
ServiceDescriptorRegistry.getCopyService() |
Modifier and Type | Method and Description |
---|---|
CopyService |
WebDAVHelper.getCopyService() |
Modifier and Type | Method and Description |
---|---|
CopyService |
ServiceRegistry.getCopyService() |
Modifier and Type | Method and Description |
---|---|
protected CopyService |
BaseDetailsBean.getCopyService() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDetailsBean.setCopyService(CopyService copyService)
Sets the copy service instance the bean should use
|
Modifier and Type | Method and Description |
---|---|
static void |
WorkflowUtil.approve(org.alfresco.service.cmr.repository.NodeRef ref,
org.alfresco.service.cmr.repository.NodeService nodeService,
CopyService copyService)
Execute the Approve step for the Simple Workflow on a node.
|
static void |
WorkflowUtil.reject(org.alfresco.service.cmr.repository.NodeRef ref,
org.alfresco.service.cmr.repository.NodeService nodeService,
CopyService copyService)
Execute the Reject step for the Simple Workflow on a node.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.