public class CCProperties
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.repository.ContentService |
contentService
The ContentService to be used by the bean
|
static java.lang.String |
COPYLOCATION_CURRENT
constants for copy location selection
|
static java.lang.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 |
|---|---|
java.lang.String |
getCifsPath() |
org.alfresco.service.cmr.repository.ContentService |
getContentService() |
java.lang.String |
getCopyLocation() |
Node |
getDocument() |
java.lang.String |
getDocumentContent() |
java.lang.String |
getEditorOutput() |
java.io.File |
getFile() |
java.lang.String |
getFileName() |
boolean |
getKeepCheckedOut() |
boolean |
getMinorChange() |
org.alfresco.service.cmr.repository.NodeRef |
getSelectedSpaceId() |
java.lang.String |
getVersionNotes() |
org.alfresco.service.cmr.coci.CheckOutCheckInService |
getVersionOperationsService() |
org.alfresco.service.cmr.version.VersionService |
getVersionQueryService() |
java.lang.String |
getWebdavUrl() |
org.alfresco.service.cmr.workflow.WorkflowService |
getWorkflowService() |
java.lang.String |
getWorkflowTaskId() |
Node |
getWorkingDocument() |
boolean |
isWorkflowAction() |
void |
setCifsPath(java.lang.String cifsPath) |
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentService) |
void |
setCopyLocation(java.lang.String copyLocation) |
void |
setDocument(Node document) |
void |
setDocumentContent(java.lang.String documentContent) |
void |
setEditorOutput(java.lang.String editorOutput) |
void |
setFile(java.io.File file) |
void |
setFileName(java.lang.String fileName) |
void |
setKeepCheckedOut(boolean keepCheckedOut) |
void |
setMinorChange(boolean minorChange) |
void |
setSelectedSpaceId(org.alfresco.service.cmr.repository.NodeRef selectedSpaceId) |
void |
setVersionNotes(java.lang.String versionNotes) |
void |
setVersionOperationsService(org.alfresco.service.cmr.coci.CheckOutCheckInService versionOperationsService) |
void |
setVersionQueryService(org.alfresco.service.cmr.version.VersionService versionQueryService) |
void |
setWebdavUrl(java.lang.String webdavUrl) |
void |
setWorkflowAction(boolean isWorkflowAction) |
void |
setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService) |
void |
setWorkflowTaskId(java.lang.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 java.lang.String COPYLOCATION_CURRENT
public static final java.lang.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 java.lang.String getEditorOutput()
public void setEditorOutput(java.lang.String editorOutput)
editorOutput - The output from the in-line editor pagepublic java.lang.String getDocumentContent()
public void setDocumentContent(java.lang.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 java.io.File getFile()
public void setFile(java.io.File file)
file - the file to setpublic java.lang.String getFileName()
public void setFileName(java.lang.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 java.lang.String getWorkflowTaskId()
public void setWorkflowTaskId(java.lang.String workflowTaskId)
workflowTaskId - the workflowTaskId to setpublic java.lang.String getVersionNotes()
public void setVersionNotes(java.lang.String versionNotes)
versionNotes - The version history notes to set.public java.lang.String getCopyLocation()
public void setCopyLocation(java.lang.String copyLocation)
copyLocation - The copy location. Either the current or other space.public java.lang.String getWebdavUrl()
public void setWebdavUrl(java.lang.String webdavUrl)
webdavUrl - The webdav url. Using only for online editingpublic java.lang.String getCifsPath()
public void setCifsPath(java.lang.String cifsPath)
cifsPath - The cifs path. Using only for online editingCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.