public class UIWorkflowSummary
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.workflow.WorkflowInstance |
value |
| Constructor and Description |
|---|
UIWorkflowSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
java.lang.String |
getFamily() |
boolean |
getRendersChildren() |
org.alfresco.service.cmr.workflow.WorkflowInstance |
getValue()
Returns the workflow instance this component is showing information on
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setValue(org.alfresco.service.cmr.workflow.WorkflowInstance value)
Sets the workflow instance to show the summary for
|
outputAttributeaddFacesListener, broadcast, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic org.alfresco.service.cmr.workflow.WorkflowInstance getValue()
public void setValue(org.alfresco.service.cmr.workflow.WorkflowInstance value)
value - The workflow instanceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.