SysClientAnalysisFormActHandler Class [AX 2012]

The SysClientAnalysisFormActHandler class supports the auto inference of form permissions.

class SysClientAnalysisFormActHandler extends SysClientAnalysisActHandler implements SecurityInferenceInterface

Run On

Called

  MethodDescription
Gg915571.protmethod(en-us,AX.60).gif action2access Translates the requested action to a string. (Inherited from SysClientAnalysisActHandler.)
Gg915571.pubmethod(en-us,AX.60).gif Action2AccessRight Converts the Action Macro value to the AccessRight value. (Inherited from SysClientAnalysisActHandler.)
Gg915571.privmethod(en-us,AX.60).gif addControlByName Adds the tables by name.
Gg915571.pubmethod(en-us,AX.60).gif AddedControls Retrieves a map of the control names and access levels that were detected from the action bit level request.
Gg915571.pubmethod(en-us,AX.60).gif AddedTables Accesses the detected tables. (Inherited from SysClientAnalysisActHandler.)
Gg915571.pubmethod(en-us,AX.60).gif addTable Adds the table and the mapped tables and all the SC/sc tables. (Inherited from SysClientAnalysisActHandler.)
Gg915571.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg915571.pubmethod(en-us,AX.60).gif denyFieldAccessByDefault
Gg915571.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg915571.protmethod(en-us,AX.60).gif EvaluateDataSources Processes the data source of the Object node based on the requested action bit value. (Inherited from SysClientAnalysisActHandler.)
Gg915571.protmethod(en-us,AX.60).gif EvaluateEDT Processes extended data type relations in order to detect tables and lookups. (Inherited from SysClientAnalysisActHandler.)
Gg915571.protmethod(en-us,AX.60).gif EvaluateRelations Processes all relations for fields that are bound to a table and adds those related tables. (Inherited from SysClientAnalysisActHandler.)
Gg915571.pubmethod(en-us,AX.60).gif getMappedTables Analyzes a map to detect the tables. (Inherited from SysClientAnalysisActHandler.)
Gg915571.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg915571.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg915571.pubmethod(en-us,AX.60).gif hasClassObjectMethod
Gg915571.pubmethod(en-us,AX.60).gif infer Conducts the Auto Inference process for the Microsoft Dynamics AX Application Object Tree (AOT) form node.
Gg915571.privmethod(en-us,AX.60).gif inferAction Processes an inference for a single action.
Gg915571.pubmethod(en-us,AX.60).gif NeededPerm2AccessRight Converts a NeededPermission enumeration type to an AccessRight enumeration type.
Gg915571.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg915571.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.)
Gg915571.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.)
Gg915571.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg915571.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg915571.privmethod(en-us,AX.60).gif processControl Processes a form control and adds any lookups and tables into the member collections.
Gg915571.pubmethod(en-us,AX.60).gif processForm Provides a public API that processes the form and populates the member properties for the inferred tables and lookups via the metadata properties.
Gg915571.pubmethod(en-us,AX.60).gif Reset Resets the class to a clean state to infer a new permission set. (Inherited from SysClientAnalysisActHandler.)
Gg915571.pubmethod(en-us,AX.60).gif ResetControls Resets the class to a clean state to infer a new permission set.
Gg915571.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg915571.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg915571.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.)
Gg915571.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg915571.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This class provides methods to find the tables and lookups that are required to run a form via examining metadata.

This was originally developed as the permissions tool for analyzing metadata.

Object Class
  SysClientAnalysisActHandler Class
    SysClientAnalysisFormActHandler Class

Community Additions

ADD
Show: