|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Workflow.WebCacheWorkflow
public static final class Workflow.WebCacheWorkflow
A Workflow Accessor for the Web Cache Object Model
| Method Summary | |
|---|---|
boolean |
canUpdate(ViewMember.WebCacheViewMember artifact)
Returns true if this artifact can be updated, in the context of this workflow, i.e. |
static void |
fromStarFlowExtensions(View.WebCacheView vw)
Load the workflow from StarFlow Extensions. |
Workflow.Step.WebCacheStep |
getCurrentStep(ViewMember.WebCacheViewMember artifact)
return the step that this artifact is in w.r. |
Workflow.Step.WebCacheStep |
getStartingStep()
The first step in the workflow |
Workflow.Step.WebCacheStep[] |
getSteps()
Returns the set of steps in the workflow |
ViewMember.Type.WebCacheViewMemberType |
getType()
returns the Type in whose context this workflow definition executes |
java.lang.String |
getVersion()
Returns the version of this workflow definition |
EnumeratedProperty.WebCacheEnumeratedProperty |
getWorkflowProperty()
Returns the property that is, by definition, the 'workflow property' |
boolean |
isDisabled()
returns true if this workflow definition has been disabled |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void fromStarFlowExtensions(View.WebCacheView vw)
vw - the view whose workflow will be loaded for all workflow aware typespublic boolean canUpdate(ViewMember.WebCacheViewMember artifact)
artifact - the ViewMember which is about to be updated to the StarTeam
repository
public Workflow.Step.WebCacheStep getCurrentStep(ViewMember.WebCacheViewMember artifact)
artifact - the view member to test
public Workflow.Step.WebCacheStep getStartingStep()
public Workflow.Step.WebCacheStep[] getSteps()
public java.lang.String getVersion()
public boolean isDisabled()
public ViewMember.Type.WebCacheViewMemberType getType()
public EnumeratedProperty.WebCacheEnumeratedProperty getWorkflowProperty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||