ProcessServices Class |
Namespace: FactoryLogix.xTend.ProcessDefinition
The ProcessServices type exposes the following members.
Name | Description | |
---|---|---|
ProcessServices | Initializes a new instance of the ProcessServices class |
Name | Description | |
---|---|---|
ExecuteApprovalItemAction |
Approves or Rejects an approval item on behalf of a particular user.
This method may also be used to change the current status of the from under construction to pending approval, or vice versa.
| |
FindProductionProcesses |
Retrieves a list of process definitions based on their assoicated internal part number,
part revision, and process revision.
| |
FindReceivingProcesses |
Retrieves a list of receiving process definitions based on their name and process revision.
| |
GetActivityFileContent |
Retrieves the raw file content for a single activity file.
| |
GetActivityFiles |
Retrieves a list information regarding the files associated to the specified activity.
The returned list does not contain the content of the files, which may be acquired subsequently using the GetActivityFileContent(Guid, Guid) method.
| |
GetOperationSteps |
Retrieves all the steps, including the activities associated to the steps, associated to the operation.
| |
GetOperationWorkstations |
Retrieves all the workstations associated to the operation. If no workstations are directly associated to the operation, retrieves all the workstations
that share resource types with the specified operation. If no resource types are associated to the operation, then retrieves all workstatios in the system.
| |
GetPendingApprovals |
Retrieves a list of all approval items that are presently in a "pending approval" state.
The list may optinally be filtered to return only those approval items that are relevant to a particular user.
| |
GetProcess |
Retrieves a single process definition, given its ID.
| |
GetProcessApprovals |
Retrieves a list of the approvals associated with the specified process.
This includes the historical records of actions taken by individual users
against these approvals.
| |
InitiateAllProcessApprovals |
Places any and all approvals associated with the specified Process into a "pending approval" state. This includes initiation of notification emails to
approval process group members.
| |
ModifyOperationERPIdentity |
Modifies the ERP identity of an existing Operation.
| |
ReleaseProcessForProduction | ||
SetProcessUnderConstruction |
Changes the status of the specified Process to "Under Construction", cancelling any pending approvals, and resetting any approved
approvals back to an unapproved state.
| |
StreamActivityFileContent |
Retrieves the raw file content for a single activity file and returns it as a Stream.
|