PCAttributePathFacade Class [AX 2012]

The PCAttributePathFacade class is a facade for storing and retrieving paths to attributes on sub-components on constraint relations

class PCAttributePathFacade

Run On

Server

  MethodDescription
JJ746446.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::duplicateConstraintRelationPathReference Duplicates a path reference on a constraint relation.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::getAttributesUsedInAttributePaths Retrieves the attributes from a component which are referenced by the constraint relations.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::getLastSubComponent Retrieves the last sub-component record on a path.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::getPath Retrieves the path of an attribute based on a constraint relation record.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::getPathByConstraintRelationRecId Retrieves the path of an attribute that is based on a constraint relation record ID.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::getPathByConstraintRelationRecIdServer Retrieves the path of an attribute that is based on a constraint relation record ID.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::getSubComponentsUsedInAttributePaths Retrieves all the sub-components of a component that are referenced by the constriant relations.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::pathIsSuffixPathRecId Indicates whether the path specified by the _suffixPathRecId path is a suffix of the _path path .
JJ746446.protmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::pathToXML Writes a path as XML by using a XmlWriter writer
JJ746446.protmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::pathToXMLIL Writes a path as XML by using a XmlWriter writer
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::savePackedPath Save a path as a PCSubComponentPath path and assigns it to a constraint relation.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::savePath Save a path as a PCSubComponentPath path and assign it to a constraint relation.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::toXML Writes the path of a constraint relation as XML by using a XmlWriter writer
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::toXMLIL Writes the path of a constraint relation as XML by using a XmlWriter writer
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::updateReferencesToCategoryAttribute Updates all references from the constraint relations to the category attributes from an old category attribute record ID to a new record ID.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::updateReferencesToSubComponent Updates all references from the constraint relations to the sub-components from an old sub-component record ID to a new record ID.
JJ746446.pubmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::validateSubComponentChanges Validates that the changes to a sub-component are valid.
JJ746446.protmethod(en-us,AX.60).gif JJ746446.static(en-us,AX.60).gif ::validateSubComponentPathReferences Validates that a sub-component is not referenced by the sub-component paths when the reference to the component is changed.
Top

Object Class
  PCAttributePathFacade Class

Community Additions

ADD
Show: