Interface tcWorkflowDefinitionOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

@Deprecated public interface tcWorkflowDefinitionOperationsIntf extends tcUtilityOperationsIntf
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAdministrator(long plWorkflowKey, long plGroupKey, boolean pbWrite, boolean pbDelete)
    Deprecated.
    Adds a group to the list of groups that have administrative access over the specified workflow.
    void
    addAdministrators(long plWorkflowKey, long[] plGroupKeys, boolean[] pbWrite, boolean[] pbDelete)
    Deprecated.
    Adds groups to the list of groups that have administrative access over the specified workflow.
    void
    Deprecated.
    Method to create a new workflow
    Thor.API.tcResultSet
    getAdapterMappings(String adpType, long adpKey)
    Deprecated.
    Method to get the adapter mappings for an adapter
    Thor.API.tcResultSet
    Deprecated.
    This method will retrieve the list of rules in the system
    Thor.API.tcResultSet
    Deprecated.
    Method to get all the available adapters in the system
    Thor.API.tcResultSet
    Deprecated.
    Method to get all the available event handlers in the system
    Thor.API.tcResultSet
    Deprecated.
    Method to get all the available task assignment adapters in the system
    Thor.API.tcResultSet
    getChildForms(long parentFormKey, int parentCurrentFormVersion)
    Deprecated.
    Method to get all the child forms for a given parent form
    getColumnLength(String psTable, String psColName)
    Deprecated.
    This method will retrieve the column length in the table
    Thor.API.tcResultSet
    Deprecated.
    Method to get all the available forms in the system
    Thor.API.tcResultSet
    getObjectStatuses(long objectKey)
    Deprecated.
    This method will retrieve the object statuses defined on a object
    Deprecated.
    This method will retrieve the organization attributes from org profile to be used for trusted source reconciliation mappings
    Thor.API.tcResultSet
    Deprecated.
    Method to get all the task assignment rules in the system
    Thor.API.tcResultSet
    Deprecated.
    This method will retrieve different task assignment types
    Thor.API.tcResultSet
    Deprecated.
    This method will retrieve the mapping of status key and corresponding status mapping
    Deprecated.
    This method will retrieve the user attributes from user profile to be used for trusted source reconciliation mappings
    Thor.API.tcResultSet
    Deprecated.
    Method to get all the user defined fields for a form
    getWorkflowDefinition(long workflowDefKey)
    Deprecated.
    This method will retrieve the definition of a workflow based on the provided workflow definition key.
    Deprecated.
    This method will retrieve the definition of a workflow based on the provided workflow name.
    getWorkflowDefinitionXML(long workflowDefKey)
    Deprecated.
    This method will retrieve the XML definition of a workflow based on the provided workflow definition key.
    Deprecated.
    This method will retrieve the definition of a workflow based on the provided workflow name in the form of an XML document.
    boolean
    Deprecated.
    This method will return if the logged in user has permissions to create new workflows
    boolean
    Deprecated.
    This method will return if the logged in user has permissions to update existing workflows
    void
    removeAdministrator(long plWorkflowKey, long plGroupKey)
    Deprecated.
    Removes a group from the list of groups that have administrative access over the specified workflow.
    void
    removeAdministrators(long plWorkflowKey, long[] plGroupKeys)
    Deprecated.
    Removes groups from the list of groups that have administrative access over the specified workflow.
    void
    updateAdministrator(long plWorkflowKey, long plGroupKey, boolean pbWrite, boolean pbDelete)
    Deprecated.
    Updates the access permissions an administrative group has over the specified workflow.
    void
    updateAdministrators(long plProcessKey, long[] plGroupKeys, boolean[] pbWrites, boolean[] pbDeletes)
    Deprecated.
    Updates the access permissions administrative groups have over the specified workflow.
    void
    Deprecated.
    Updates and saves a workflow

    Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf

    close, getName, setCountry, setLanguage, setVariant