SysClientAnalysisInfoPartActHandler Class [AX 2012]

The SysClientAnalysisInfoPartActHandler class supports the auto inference of the information parts forms.

class SysClientAnalysisInfoPartActHandler extends SysClientAnalysisActHandler implements SecurityInferenceInterface

Run On

Called

  MethodDescription
Gg915579.protmethod(en-us,AX.60).gif action2access Translates the requested action to a string. (Inherited from SysClientAnalysisActHandler.)
Gg915579.pubmethod(en-us,AX.60).gif Action2AccessRight Converts the Action Macro value to the AccessRight value. (Inherited from SysClientAnalysisActHandler.)
Gg915579.pubmethod(en-us,AX.60).gif AddedTables Accesses the detected tables. (Inherited from SysClientAnalysisActHandler.)
Gg915579.pubmethod(en-us,AX.60).gif addTable Adds the table and the mapped tables and all the SC/sc tables. (Inherited from SysClientAnalysisActHandler.)
Gg915579.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg915579.pubmethod(en-us,AX.60).gif denyFieldAccessByDefault
Gg915579.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg915579.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.)
Gg915579.protmethod(en-us,AX.60).gif EvaluateEDT Processes extended data type relations in order to detect tables and lookups. (Inherited from SysClientAnalysisActHandler.)
Gg915579.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.)
Gg915579.pubmethod(en-us,AX.60).gif getMappedTables Analyzes a map to detect the tables. (Inherited from SysClientAnalysisActHandler.)
Gg915579.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg915579.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg915579.pubmethod(en-us,AX.60).gif infer Conducts the auto inference for the Info Part AOT Node.
Gg915579.privmethod(en-us,AX.60).gif inferAction Provides a helper class to process the inferred results and transfer them to the inferred list.
Gg915579.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg915579.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.)
Gg915579.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.)
Gg915579.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg915579.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg915579.privmethod(en-us,AX.60).gif ProcessQueryBuildDataSource Process the data sources of the query to obtain the required tables for the info parts query.
Gg915579.pubmethod(en-us,AX.60).gif Reset Resets the class to a clean state to infer a new permission set. (Inherited from SysClientAnalysisActHandler.)
Gg915579.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg915579.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg915579.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.)
Gg915579.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg915579.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This class determines the tables required for this information part to be displayed.

Object Class
  SysClientAnalysisActHandler Class
    SysClientAnalysisInfoPartActHandler Class

Community Additions

ADD
Show: