Package wt.epm.alternaterep
Class EPMDefinitionRule
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.alternaterep._EPMDefinitionRule
wt.epm.alternaterep.EPMDefinitionRule
- All Implemented Interfaces:
Externalizable,Serializable,wt.alternaterep._AlternateRepDefinitionRule,wt.alternaterep.AlternateRepDefinitionRule,_AlternateRepRule,_EPMAlternateRepDefinitionRule,AlternateRepRule,EPMAlternateRepDefinitionRule,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,interfaces={AlternateRepRule.class,EPMAlternateRepDefinitionRule.class,wt.alternaterep.AlternateRepDefinitionRule.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="actionType",type=EPMRuleActionType.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="representationType",type=EPMRepRuleType.class,supportedAPI=PUBLIC),@GeneratedProperty(name="order",type=int.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="processingOrder")),@GeneratedProperty(name="statement",type=java.lang.String.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="queryStatement"),constraints=@PropertyConstraints(upperLimit=2000)),@GeneratedProperty(name="level",type=int.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="depth")),@GeneratedProperty(name="scopePath",type=java.lang.String.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(getAccess=PROTECTED),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="substituteNdID",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="ruleType",type=EPMDefinitionRuleType.class),@GeneratedProperty(name="substituteRepInfo",type=EPMSubstituteRepInfo.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(columnName="C")),@GeneratedProperty(name="referencedRuleReference",type=ObjectReference.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(persistent=false),accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PROTECTED))},foreignKeys=@GeneratedForeignKey(superClassName="wt.epm.alternaterep.AlternateRepDefinitionRuleLink",foreignKeyRole=@ForeignKeyRole(name="representation",type=AlternateRepresentation.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="definitionRule",cardinality=ONE_TO_MANY,cascade=true)))
public class EPMDefinitionRule
extends _EPMDefinitionRule
Use the newEPMDefinitionRule static factory method(s), not
the EPMDefinitionRule constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.epm.alternaterep._EPMDefinitionRule
ACTION_TYPE, LEVEL, ORDER, REFERENCED_RULE_REFERENCE, REPRESENTATION_TYPE, SCOPE_PATH, STATEMENT, SUBSTITUTE_ND_ID, SUBSTITUTE_REP_INFOFields inherited from interface wt.epm.alternaterep._AlternateRepRule
PARENT, PARENT_REFERENCEFields inherited from interface wt.epm.alternaterep._EPMAlternateRepDefinitionRule
REPRESENTATION, REPRESENTATION_REFERENCE -
Method Summary
Methods inherited from class wt.epm.alternaterep._EPMDefinitionRule
getActionType, getLevel, getOrder, getParent, getParentReference, getRepresentation, getRepresentationReference, getRepresentationType, getScopePath, getStatement, getSubstituteNdID, setActionType, setLevel, setOrder, setParent, setParentReference, setRepresentation, setRepresentationReference, setRepresentationType, setStatement, setSubstituteNdID, setSubstituteRepInfoMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getScope
Gets the value of the attribute: SCOPE.
Supported API: true- Returns:
- String[]
-
setScope
Sets the value of the attribute: SCOPE.
Supported API: true- Parameters:
a_Scope-- Throws:
WTPropertyVetoException
-
setScopePath
Sets the value of the attribute: SCOPE_PATH.
Supported API: true- Overrides:
setScopePathin class_EPMDefinitionRule- Parameters:
a_ScopePath-- Throws:
WTPropertyVetoException- See Also:
-