|
OptimalTrace 5.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomPropertyTemplateIfc
Interface CustomPropertyTemplateIfc
| Field Summary | |
|---|---|
static java.lang.String |
ATTR_APPLY_NEW_DEFAULT_VALUE
|
static java.lang.String |
ATTR_DEFAULT_FREEFORM_VALUE
|
static java.lang.String |
ATTR_DEFINITION
Dyn Attributes for CustomPropertyTemplateIfc |
static java.lang.String |
ATTR_IS_AWAITING_ASSOCIATE
|
static java.lang.String |
ATTR_VALUE_TYPE
|
static java.lang.String |
BOUND_VALUE
|
static java.lang.String |
FREEFORM_VALUE
|
| 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 | |
|---|---|
java.util.List |
getAllowedBoundPropertyValues()
Gets the allowed bound property values. |
boolean |
getApplyNewDefaultValue()
Gets the apply new default value. |
com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc |
getDefaultBoundPropertyValue()
Gets the default bound property value. |
java.lang.String |
getDefaultFreeformValue()
Gets the default free form value. |
java.lang.String |
getDefaultValue()
Gets the default value. |
java.lang.String |
getDefinition()
Gets the definition. |
boolean |
getIsAwaitingAssociate()
Special case for merging a cloned CustomPropertyTemplate with an associated bound property The association will not be hooked up until after the onChildAdded event is heard but the UI. |
java.lang.String |
getValueType()
Gets the value type. |
boolean |
isBound()
Checks the bound. |
boolean |
removeDefaultBoundPropertyValue(com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc boundValue)
Removes the default bound property value. |
void |
setApplyNewDefaultValue(boolean apply)
Sets the apply new default value, indicates if a new default value needs to be applied to all associated CustomProperty objects. |
void |
setDefaultBoundPropertyValue(com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc boundValue)
Sets the default bound property value. |
void |
setDefaultFreeformValue(java.lang.String value)
Sets the default free form value. |
void |
setDefaultValue(com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc boundValue)
Sets the default value. |
void |
setDefaultValue(java.lang.String value)
Sets the default value. |
void |
setDefinition(java.lang.String definition)
Sets the definition. |
void |
setIsAwaitingAssociate(boolean awaiting)
Special case for merging a cloned CustomPropertyTemplate with an associated bound property The association will not be hooked up until after the onChildAdded event is heard but the UI |
void |
setIsBound(boolean bound)
Sets the bound. |
void |
setValueType(java.lang.String valueType)
Sets the value type. |
void |
updateName(java.lang.String name)
Updates the name of the group. |
| 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.customproperty.BoundPropertyValueHolderIfc |
|---|
getBoundPropertyValueBucket, removeBoundPropertyValueBucket, setBoundPropertyValueBucket |
| Field Detail |
|---|
static final java.lang.String FREEFORM_VALUE
static final java.lang.String BOUND_VALUE
static final java.lang.String ATTR_DEFINITION
static final java.lang.String ATTR_DEFAULT_FREEFORM_VALUE
static final java.lang.String ATTR_VALUE_TYPE
static final java.lang.String ATTR_APPLY_NEW_DEFAULT_VALUE
static final java.lang.String ATTR_IS_AWAITING_ASSOCIATE
| Method Detail |
|---|
void setDefinition(java.lang.String definition)
definition - java.lang.String getDefinition()
void setDefaultFreeformValue(java.lang.String value)
value - java.lang.String getDefaultFreeformValue()
void updateName(java.lang.String name)
throws com.compuware.optimaltrace.tools.common.bizobjects.NameNotUniqueException,
com.compuware.optimaltrace.tools.common.tpn.client.NameAlreadyReservedException
name -
NameNotUniqueException
com.compuware.optimaltrace.tools.common.tpn.client.NameAlreadyReservedExceptionvoid setDefaultBoundPropertyValue(com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc boundValue)
boundValue - com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc getDefaultBoundPropertyValue()
boolean removeDefaultBoundPropertyValue(com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc boundValue)
boundValue -
java.util.List getAllowedBoundPropertyValues()
java.lang.String getValueType()
void setValueType(java.lang.String valueType)
valueType - boolean isBound()
void setIsBound(boolean bound)
bound - boolean getIsAwaitingAssociate()
void setIsAwaitingAssociate(boolean awaiting)
awaiting - void setDefaultValue(java.lang.String value)
value - void setDefaultValue(com.compuware.optimaltrace.tools.common.bizobjects.BoundPropertyValueIfc boundValue)
boundValue - java.lang.String getDefaultValue()
boolean getApplyNewDefaultValue()
void setApplyNewDefaultValue(boolean apply)
apply -
|
OptimalTrace 5.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||