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, EXTERNALIZATION_VERSION_UID, LEVEL, ORDER, REFERENCED_RULE_REFERENCE, REPRESENTATION_TYPE, RULE_TYPE, SCOPE_PATH, STATEMENT, SUBSTITUTE_ND_ID, SUBSTITUTE_REP_INFOFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.epm.alternaterep._AlternateRepRule
PARENT, PARENT_REFERENCEFields inherited from interface wt.epm.alternaterep._EPMAlternateRepDefinitionRule
REPRESENTATION, REPRESENTATION_REFERENCEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from class wt.epm.alternaterep._EPMDefinitionRule
getActionType, getClassInfo, getConceptualClassname, getLevel, getOrder, getParent, getParentReference, getRepresentation, getRepresentationReference, getRepresentationType, getRuleType, getScopePath, getStatement, getSubstituteNdID, getType, readExternal, readExternal, readVersion, setActionType, setLevel, setOrder, setParent, setParentReference, setRepresentation, setRepresentationReference, setRepresentationType, setRuleType, setStatement, setSubstituteNdID, setSubstituteRepInfo, super_readExternal_EPMDefinitionRule, super_readVersion_EPMDefinitionRule, super_writeExternal_EPMDefinitionRule, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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:
-