|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepIfc
Interface StepIfc
Field Summary | |
---|---|
static java.lang.String |
ATTR_IS_OPTIONAL
Dynamic Attributes for Steps.. |
Fields inherited from interface com.compuware.optimaltrace.tools.common.bizobjects.AbstractStepIfc |
---|
ATTR_DESCRIPTION |
Fields inherited from interface com.compuware.optimaltrace.framework.business.BizObjectIfc |
---|
ATTR_IS_LOCKED, ATTR_IS_LOCKEDLOCALLY, ATTR_IS_READONLY, ATTR_LOCKOWNER, ATTR_NAME, BO_DB_TIMESTAMP, BO_ID, BO_ST, BO_TIMESTAMP, BO_TYPE |
Method Summary | |
---|---|
com.compuware.optimaltrace.tools.common.bizobjects.ActorIfc |
getActor()
Gets the Actor associated with this step |
com.compuware.optimaltrace.tools.common.bizobjects.PostConditionIfc |
getPostCondition()
Gets the PostConditionIfc associated with this step |
com.compuware.optimaltrace.tools.common.bizobjects.PreConditionIfc |
getPreCondition()
Returns the PreCondition associated with this step |
boolean |
removeActor(com.compuware.optimaltrace.tools.common.bizobjects.ActorIfc actor)
Removes the Actor associated with this step |
boolean |
removePostCondition(com.compuware.optimaltrace.tools.common.bizobjects.PostConditionIfc postCondition)
Removes the PostConditionIfc associated with this step |
boolean |
removePreCondition(com.compuware.optimaltrace.tools.common.bizobjects.PreConditionIfc preCondition)
Removes the PreCondition associated with this step |
boolean |
setActor(com.compuware.optimaltrace.tools.common.bizobjects.ActorIfc actor)
Sets the Actor associated with this step |
boolean |
setPostCondition(com.compuware.optimaltrace.tools.common.bizobjects.PostConditionIfc postCondition)
Sets the PostConditionIfc associated with this step |
boolean |
setPreCondition(com.compuware.optimaltrace.tools.common.bizobjects.PreConditionIfc preCondition)
Sets the PreCondition associated with this step |
Methods inherited from interface com.compuware.optimaltrace.tools.common.bizobjects.AbstractStepIfc |
---|
addBranch, addRefinement, checkBranchNameUnique, checkRefinementNameUnique, getAbstractStepReadableTypeName, getBranches, getBranchesAsString, getDescription, getExternalLinks, getParentUseCase, getRefinements, getRefinementsAsString, isAlreadyBranched, isAlreadyRefinedToUseCase, isCircularBranch, isCircularRefinement, isRefiningToSelf, moveBranch, moveRefinement, removeBranch, removeRefinement, setDescription, updateName |
Methods inherited from interface com.compuware.optimaltrace.framework.business.BizObjectIfc |
---|
cloneObjectsAttributes, disableMergeObjectSupport, enableMergeObjectSupport, equals, getBaselineId, getBizObjectId, getFirstChild, getId, getLockOwner, getName, getNextChild, getReadableName, getTimeStamp, getTypeId, hasChildren, isEqual, isEqualWithFilter, isLocked, isMergeObjectSupportEnabled, isReadOnly, setBaselineId, setBizObjectId, setId, setIsLocked, setIsReadOnly, setLockOwner, setName, setTimeStamp, setTimeStampNoParentUpdate |
Methods inherited from interface com.compuware.optimaltrace.framework.relations.ParentIfc |
---|
addChild, addChildAt, addParentListener, decrementChildPosition, fireChildEvent, fireChildEvent, getChild, getChild, getChildById, getChildren, getChildren, getChildren, getNextChild, getParentListeners, getPreviousChild, hasChild, hasChildById, incrementChildPosition, moveChild, numChildren, reInitialiseListeners, removeChild, removeParentListener, silentlyAddChild, silentlyAddChildAt, silentlyRemoveChild |
Methods inherited from interface com.compuware.optimaltrace.framework.relations.ChildIfc |
---|
addChildListener, getChildListeners, getParent, getParent, moveChild, moveChildAt, removeChildListener, setParent |
Methods inherited from interface com.compuware.optimaltrace.framework.relations.AssociateIfc |
---|
addAssociate, addAssociateListener, addInwardAssociate, fireAssociateEvent, getAssociate, getAssociateListeners, getAssociates, getAssociates, getInwardAssociates, getInwardAssociates, getOutwardAssociates, getOutwardAssociates, hasAssociate, hasInwardAssociate, hasOutwardAssociate, numAssociates, numInwardAssociates, numOutwardAssociates, removeAssociate, removeAssociateListener, removeInwardAssociate |
Methods inherited from interface com.compuware.optimaltrace.framework.business.PersistentIfc |
---|
customPropertiesToDocArray, getChildDocPersistObjects, toDocArray, toSQL |
Methods inherited from interface com.compuware.optimaltrace.framework.business.PropertiesContainerIfc |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface com.compuware.optimaltrace.framework.dynattribute.DynAttributeIfc |
---|
getAttributeTable, getAttributeTimeStamp, getBooleanAttribute, getIntAttribute, getLongAttribute, getObjectAttribute, getShortAttribute, getStringAttribute, getTimeStamp, getTimeStampTable, hasAttribute, removeAttribute, renameAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeNoTimeStampUpdate, setAttributeNoTimeStampUpdate, setAttributeTable, setAttributeTimeStamp, setObjectAttribute, setTimeStampTable |
Methods inherited from interface com.compuware.optimaltrace.framework.business.RepositionableChildIfc |
---|
getPositionNumber |
Methods inherited from interface com.compuware.optimaltrace.framework.customproperty.CustomPropertyHolderIfc |
---|
getCustomProperty, getCustomPropertyBucket, getCustomPropertyTemplates, removeCustomPropertyBucket, setCustomPropertyBucket |
Methods inherited from interface com.compuware.optimaltrace.tools.common.bizobjects.LinkHolderIfc |
---|
getLinkBucket, setLinkBucket |
Field Detail |
---|
static final java.lang.String ATTR_IS_OPTIONAL
Method Detail |
---|
boolean setActor(com.compuware.optimaltrace.tools.common.bizobjects.ActorIfc actor)
actor
-
boolean removeActor(com.compuware.optimaltrace.tools.common.bizobjects.ActorIfc actor)
actor
-
com.compuware.optimaltrace.tools.common.bizobjects.ActorIfc getActor()
com.compuware.optimaltrace.tools.common.bizobjects.PreConditionIfc getPreCondition()
boolean setPreCondition(com.compuware.optimaltrace.tools.common.bizobjects.PreConditionIfc preCondition)
preCondition
-
boolean removePreCondition(com.compuware.optimaltrace.tools.common.bizobjects.PreConditionIfc preCondition)
preCondition
-
com.compuware.optimaltrace.tools.common.bizobjects.PostConditionIfc getPostCondition()
boolean setPostCondition(com.compuware.optimaltrace.tools.common.bizobjects.PostConditionIfc postCondition)
postCondition
-
boolean removePostCondition(com.compuware.optimaltrace.tools.common.bizobjects.PostConditionIfc postCondition)
postCondition
-
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |