Interface WorkflowBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
WorkflowBatchManager, WorkflowBatchProxyManager

public interface WorkflowBatchProfile extends OsidProfile

The WorkflowBatchProfile describes the interoperability among batch workflow services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProcessBatchAdmin

      boolean supportsProcessBatchAdmin()
      Tests if bulk administration of processes is available.
      Returns:
      true if a process bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsStepBatchAdmin

      boolean supportsStepBatchAdmin()
      Tests if bulk administration of steps is available.
      Returns:
      true if a step bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsWorkBatchAdmin

      boolean supportsWorkBatchAdmin()
      Tests if bulk administration of works is available.
      Returns:
      true if a work bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOfficeBatchAdmin

      boolean supportsOfficeBatchAdmin()
      Tests if bulk administration of offices is available.
      Returns:
      true if an office bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.