public class CCProperties extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.repository.ContentService |
contentService
The ContentService to be used by the bean
|
static String |
COPYLOCATION_CURRENT
constants for copy location selection
|
static String |
COPYLOCATION_OTHER |
protected org.alfresco.service.cmr.coci.CheckOutCheckInService |
versionOperationsService
The VersionOperationsService to be used by the bean
|
protected org.alfresco.service.cmr.version.VersionService |
versionQueryService
The VersionQueryService to be used by the bean
|
protected org.alfresco.service.cmr.workflow.WorkflowService |
workflowService
The WorkflowService to be used by the bean
|
| Constructor and Description |
|---|
CCProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCifsPath() |
org.alfresco.service.cmr.repository.ContentService |
getContentService() |
String |
getCopyLocation() |
Node |
getDocument() |
String |
getDocumentContent() |
String |
getEditorOutput() |
File |
getFile() |
String |
getFileName() |
boolean |
getKeepCheckedOut() |
boolean |
getMinorChange() |
org.alfresco.service.cmr.repository.NodeRef |
getSelectedSpaceId() |
String |
getVersionNotes() |
org.alfresco.service.cmr.coci.CheckOutCheckInService |
getVersionOperationsService() |
org.alfresco.service.cmr.version.VersionService |
getVersionQueryService() |
String |
getWebdavUrl() |
org.alfresco.service.cmr.workflow.WorkflowService |
getWorkflowService() |
String |
getWorkflowTaskId() |
Node |
getWorkingDocument() |
boolean |
isWorkflowAction() |
void |
setCifsPath(String cifsPath) |
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentService) |
void |
setCopyLocation(String copyLocation) |
void |
setDocument(Node document) |
void |
setDocumentContent(String documentContent) |
void |
setEditorOutput(String editorOutput) |
void |
setFile(File file) |
void |
setFileName(String fileName) |
void |
setKeepCheckedOut(boolean keepCheckedOut) |
void |
setMinorChange(boolean minorChange) |
void |
setSelectedSpaceId(org.alfresco.service.cmr.repository.NodeRef selectedSpaceId) |
void |
setVersionNotes(String versionNotes) |
void |
setVersionOperationsService(org.alfresco.service.cmr.coci.CheckOutCheckInService versionOperationsService) |
void |
setVersionQueryService(org.alfresco.service.cmr.version.VersionService versionQueryService) |
void |
setWebdavUrl(String webdavUrl) |
void |
setWorkflowAction(boolean isWorkflowAction) |
void |
setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService) |
void |
setWorkflowTaskId(String workflowTaskId) |
void |
setWorkingDocument(Node workingDocument) |
protected transient org.alfresco.service.cmr.coci.CheckOutCheckInService versionOperationsService
protected transient org.alfresco.service.cmr.version.VersionService versionQueryService
protected transient org.alfresco.service.cmr.repository.ContentService contentService
protected transient org.alfresco.service.cmr.workflow.WorkflowService workflowService
public static final String COPYLOCATION_CURRENT
public static final String COPYLOCATION_OTHER
public org.alfresco.service.cmr.coci.CheckOutCheckInService getVersionOperationsService()
public void setVersionOperationsService(org.alfresco.service.cmr.coci.CheckOutCheckInService versionOperationsService)
versionOperationsService - The VersionOperationsService to set.public org.alfresco.service.cmr.version.VersionService getVersionQueryService()
public void setVersionQueryService(org.alfresco.service.cmr.version.VersionService versionQueryService)
versionQueryService - The VersionQueryService to set.public org.alfresco.service.cmr.repository.ContentService getContentService()
public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
contentService - The ContentService to set.public void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
workflowService - The WorkflowService to set.public org.alfresco.service.cmr.workflow.WorkflowService getWorkflowService()
public String getEditorOutput()
public void setEditorOutput(String editorOutput)
editorOutput - The output from the in-line editor pagepublic String getDocumentContent()
public void setDocumentContent(String documentContent)
documentContent - The document content for HTML in-line editing.public Node getWorkingDocument()
public void setWorkingDocument(Node workingDocument)
workingDocument - The working copy Document to set.public Node getDocument()
public void setDocument(Node document)
document - The document node to be used for the current operationpublic org.alfresco.service.cmr.repository.NodeRef getSelectedSpaceId()
public void setSelectedSpaceId(org.alfresco.service.cmr.repository.NodeRef selectedSpaceId)
selectedSpaceId - The selected Space Id to set.public File getFile()
public void setFile(File file)
file - the file to setpublic String getFileName()
public void setFileName(String fileName)
fileName - the fileName to setpublic void setKeepCheckedOut(boolean keepCheckedOut)
keepCheckedOut - The keepCheckedOut to set.public boolean getKeepCheckedOut()
public void setMinorChange(boolean minorChange)
minorChange - The minorChange to set.public boolean getMinorChange()
public boolean isWorkflowAction()
public void setWorkflowAction(boolean isWorkflowAction)
isWorkflowAction - the isWorkflowAction to setpublic String getWorkflowTaskId()
public void setWorkflowTaskId(String workflowTaskId)
workflowTaskId - the workflowTaskId to setpublic String getVersionNotes()
public void setVersionNotes(String versionNotes)
versionNotes - The version history notes to set.public String getCopyLocation()
public void setCopyLocation(String copyLocation)
copyLocation - The copy location. Either the current or other space.public String getWebdavUrl()
public void setWebdavUrl(String webdavUrl)
webdavUrl - The webdav url. Using only for online editingpublic String getCifsPath()
public void setCifsPath(String cifsPath)
cifsPath - The cifs path. Using only for online editingCopyright © 2005–2018 Alfresco Software. All rights reserved.