org.alfresco.web.bean.wcm
Interface WorkflowConfiguration
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- CreateWebsiteWizard.WorkflowWrapper
public interface WorkflowConfiguration
- extends java.io.Serializable
Interface contract for wrapper classes that encapsulate workflow configuration data.
getName
java.lang.String getName()
- Returns:
- definition name of the workflow
getParams
java.util.Map getParams()
- Returns:
- the param map for the workflow
setParams
void setParams(java.util.Map params)
- Parameters:
params
- The param map for the workflow
getFilenamePattern
java.lang.String getFilenamePattern()
- Returns:
- the filename pattern match regex for the workflow
setFilenamePattern
void setFilenamePattern(java.lang.String pattern)
- Parameters:
pattern
- The filename pattern match regex for the workflow
getType
org.alfresco.service.namespace.QName getType()
- Returns:
- the QName type of the underlying node representing the workflow
setType
void setType(org.alfresco.service.namespace.QName type)
- Parameters:
type
- QName type of the underlying node representing the workflow
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.