LeanActivityRelationshipWrapper Class [AX 2012]

The LeanActivityRelationshipWrapper class represents the information needed by the system to generate kanban flows.

Syntax

class LeanActivityRelationshipWrapper implements SysPackable

Run On

Called

Methods

  Method Description
Gg756326.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif clone Creates a copy of the current LeanActivityRelationshipWrapper object.
Gg756326.pubmethod(en-us,AX.60).gif dependentPlanActivity Retrieves the dependent PlanActivity record specified by the current wrapper instance.
Gg756326.pubmethod(en-us,AX.60).gif dependentPlanActivityPlan Retrieves the dependent Plan record specified by the current wrapper instance.
Gg756326.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif independentPlanActivity Retrieves the independent PlanActivity record specified by the current wrapper instance.
Gg756326.pubmethod(en-us,AX.60).gif independentPlanActivityPlan Retrieves the independent Plan record specified by the current wrapper instance.
Gg756326.protmethod(en-us,AX.60).gif new Initializes a new instance of the LeanActivityRelationshipWrapper class.
Gg756326.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.)
Gg756326.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.)
Gg756326.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the LeanActivityRelationshipWrapper class.
Gg756326.pubmethod(en-us,AX.60).gif parmAlreadyInContainer Gets or sets the AlreadyInContainer parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmCurrentFSMState Gets or sets the CurrentFSMState parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmCycleTimeRatio Gets or sets the CycleTimeRatio parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActInputSemiFinished Gets or sets the DependentActInputSemiFinished parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActivityCycleTime Gets or sets the DependentActivityCycleTime parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActivityFeederBridge Gets or sets the DependentActivityFeederBridge parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActivityName Gets or sets the DependentActivityName parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActivityRecId Gets or sets the DependentActivityRecId parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActivityType Gets or sets the DependentActivityType parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmDependentActOutputSemiFinished Gets or sets the DependentActOutputSemiFinished parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmIndependentActivityCycleTime Gets or sets the IndependentActivityCycleTime parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmIndependentActivityName Gets or sets the IndependentActivityName parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmIndependentActivityRecId Gets or sets the IndependentActivityRecId parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmIndependentActivityType Gets or sets the IndependentActivityType parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmLeanProdFlowPlanActRelationRecId Gets or sets the LeanProdFlowPlanActRelationRecId parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmMinConstraintValue Gets or sets the MinConstraintValue parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmMinValueUnitOfMeasure Gets or sets the MinValueUnitOfMeasure parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmNextWrapper Gets or sets the NextWrapper parameter.
Gg756326.pubmethod(en-us,AX.60).gif parmPrevWrapper Gets or sets the PrevWrapper parameter.
Gg756326.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the LeanActivityRelationshipWrapper class.
Gg756326.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.)
Gg756326.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg756326.pubmethod(en-us,AX.60).gif Gg756326.static(en-us,AX.60).gif ::construct Initializes a new instance of the LeanActivityRelationshipWrapper class.
Gg756326.pubmethod(en-us,AX.60).gif Gg756326.static(en-us,AX.60).gif ::newBuffers Constructs an instance of the LeanActivityRelationshipWrapper class.
Gg756326.pubmethod(en-us,AX.60).gif Gg756326.static(en-us,AX.60).gif ::newKanbanFlowActRelationship Creates a new instance of the LeanActivityRelationshipWrapper class.
Gg756326.pubmethod(en-us,AX.60).gif Gg756326.static(en-us,AX.60).gif ::newStandard Creates a new instance of the LeanActivityRelationshipWrapper class.
Gg756326.privmethod(en-us,AX.60).gif Gg756326.static(en-us,AX.60).gif ::planActivityPlan Retrieves the independent PlanActivity record specified by the current wrapper instance.

Top

Inheritance Hierarchy

Object Class
  LeanActivityRelationshipWrapper Class