public class CCProperties extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ContentService |
contentService
The ContentService to be used by the bean
|
static String |
COPYLOCATION_CURRENT
constants for copy location selection
|
static String |
COPYLOCATION_OTHER |
protected CheckOutCheckInService |
versionOperationsService
The VersionOperationsService to be used by the bean
|
protected VersionService |
versionQueryService
The VersionQueryService to be used by the bean
|
protected WorkflowService |
workflowService
The WorkflowService to be used by the bean
|
Constructor and Description |
---|
CCProperties() |
protected transient CheckOutCheckInService versionOperationsService
protected transient VersionService versionQueryService
protected transient ContentService contentService
protected transient WorkflowService workflowService
public static final String COPYLOCATION_CURRENT
public static final String COPYLOCATION_OTHER
public CheckOutCheckInService getVersionOperationsService()
public void setVersionOperationsService(CheckOutCheckInService versionOperationsService)
versionOperationsService
- The VersionOperationsService to set.public VersionService getVersionQueryService()
public void setVersionQueryService(VersionService versionQueryService)
versionQueryService
- The VersionQueryService to set.public ContentService getContentService()
public void setContentService(ContentService contentService)
contentService
- The ContentService to set.public void setWorkflowService(WorkflowService workflowService)
workflowService
- The WorkflowService to set.public 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–2017 Alfresco Software. All rights reserved.