Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KanbanStatusAssigned class performs operations for kanbans for which the state is assigned.
Syntax
class KanbanStatusAssigned extends KanbanStatus
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
canDelete | Indicates whether a Kanban can be deleted. (Inherited from KanbanStatus.) |
![]() |
canHaveReceivedQty | Indicates whether a kanban can have a received quantity. (Inherited from KanbanStatus.) |
![]() |
canHaveScrapQty | Indicates whether a kanban can have a scrap quantity. (Inherited from KanbanStatus.) |
![]() |
correspondingKanbanJobStatus | Retrieves the kanban job status that corresponds to a given kanban status. (Inherited from KanbanStatus.) |
![]() |
delete | Deletes a record in the Kanban table. (Inherited from KanbanStatus.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initPreviousStatusUpdate | Initializes a new KanbanStatusUpdate table buffer in preparation for a status update. (Inherited from KanbanStatus.) |
![]() |
initStatusUpdate | Initializes a KanbanStatusUpdate table buffer. (Inherited from KanbanStatus.) |
![]() |
insert | Inserts a record in the Kanban table. (Inherited from KanbanStatus.) |
![]() |
isReadyForStatusReset | Indicates whether all preconditions are met and the Kanban object is ready for a given target status update. (Inherited from KanbanStatus.) |
![]() |
isReadyForStatusUpdate | Indicates whether all preconditions are met and the Kanban object is ready for a given target status update. (Inherited from KanbanStatus.) |
![]() |
isStatusResetAllowed | Indicates whether a status reset to a specified target status is allowed. (Inherited from KanbanStatus.) |
![]() |
isStatusUpdateAllowed | Indicates whether a status update to a given target status is allowed. (Inherited from KanbanStatus.) |
![]() |
minStatusTransactionDate | Retrieves the minimum transaction date for a status change. (Inherited from KanbanStatus.) |
![]() |
mustRunPreviousStatus | Indicates whether a previous status update must run in order to move from the current status to the given status. (Inherited from KanbanStatus.) |
![]() |
mustSynchronizeKanbanJobStatus | Determines whether a status update must be synchronized to the kanban jobs. (Overrides the mustSynchronizeKanbanJobStatus Method.) |
![]() |
new | Initializes a new instance of the KanbanStatus class. (Inherited from KanbanStatus.) |
![]() |
nextStatus | Retrieves the next status for the Kanban table buffer. (Inherited from KanbanStatus.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmKanban | Gets or sets the Kanban parameter. (Inherited from KanbanStatus.) |
![]() |
parmKanbanJobStatusUpdate | Gets or sets the KanbanJobStatusUpdate parameter. (Inherited from KanbanStatus.) |
![]() |
parmLeanCostingFacade | Gets or sets the LeanCostingFacade parameter. (Inherited from KanbanStatus.) |
![]() |
parmUpdateJobs | Gets or sets the UpdateJobs parameter. (Inherited from KanbanStatus.) |
![]() |
prevStatus | Retrieves the previous status for the Kanban table buffer. (Inherited from KanbanStatus.) |
![]() |
run | Runs a status update for the current kanban. (Inherited from KanbanStatus.) |
![]() |
runReset | Runs a status update reset for the current kanban. (Inherited from KanbanStatus.) |
![]() |
runStatusReset | Runs a status reset for the current kanban using a given KanbanStatusReset record. (Inherited from KanbanStatus.) |
![]() |
runStatusUpdate | Runs a status update for the current kanban using a given KanbanStatusUpdate record. (Inherited from KanbanStatus.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
update | Updates a record in the Kanban table. (Inherited from KanbanStatus.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct |
Top
Inheritance Hierarchy
Object Class
KanbanStatus Class
KanbanStatusAssigned Class