fr.iscpif.gridscale.libraries.wmsstub

WMProxy_PortType

trait WMProxy_PortType extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WMProxy_PortType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addACLItems(jobId: String, items: StringList): Either[Soap11Fault[AuthenticationFaultType], Unit]

  2. abstract def enableFilePerusal(jobId: String, fileList: StringList): Either[Soap11Fault[AuthenticationFaultType], Unit]

  3. abstract def getACLItems(jobId: String): Either[Soap11Fault[AuthenticationFaultType], StringList]

  4. abstract def getCollectionTemplate(jobNumber: Int, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

  5. abstract def getDAGTemplate(dependencies: GraphStructType, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

  6. abstract def getDelegatedProxyInfo(delegationID: String): Either[Soap11Fault[AuthenticationFaultType], ProxyInfoStructType]

  7. abstract def getIntParametricJobTemplate(attributes: StringList, param: Int, parameterStart: Int, parameterStep: Int, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

  8. abstract def getJDL(jobId: String, type: JdlType): Either[Soap11Fault[AuthenticationFaultType], String]

  9. abstract def getJobProxyInfo(jobId: String): Either[Soap11Fault[AuthenticationFaultType], ProxyInfoStructType]

  10. abstract def getJobStatus(jobId: String): Either[Soap11Fault[AuthenticationFaultType], JobStatusStructType]

  11. abstract def getJobTemplate(jobType: JobTypeList, executable: String, arguments: String, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

  12. abstract def getMaxInputSandboxSize(): Either[Soap11Fault[AuthenticationFaultType], Long]

  13. abstract def getOutputFileList(jobId: String, protocol: String): Either[Soap11Fault[InvalidArgumentFaultType], StringAndLongList]

  14. abstract def getPerusalFiles(jobId: String, file: String, allChunks: Boolean, protocol: String): Either[Soap11Fault[AuthenticationFaultType], StringList]

  15. abstract def getProxyReq(delegationID: String): Either[Soap11Fault[AuthenticationFaultType], String]

  16. abstract def getSandboxBulkDestURI(jobId: String, protocol: String): Either[Soap11Fault[AuthenticationFaultType], DestURIsStructType]

  17. abstract def getSandboxDestURI(jobId: String, protocol: String): Either[Soap11Fault[AuthenticationFaultType], StringList]

  18. abstract def getStringParametricJobTemplate(attributes: StringList, param: StringList, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

  19. abstract def getTransferProtocols(): Either[Soap11Fault[AuthenticationFaultType], StringList]

  20. abstract def getVersion(): Either[Soap11Fault[AuthenticationFaultType], String]

  21. abstract def jobCancel(jobId: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

  22. abstract def jobListMatch(jdl: String, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], StringAndLongList]

  23. abstract def jobListMatchJSDL(jsdl: JobDefinition_Type, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], StringAndLongList]

  24. abstract def jobPurge(jobId: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

  25. abstract def jobRegister(jdl: String, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

  26. abstract def jobRegisterJSDL(jsdl: JobDefinition_Type, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

  27. abstract def jobStart(jobId: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

  28. abstract def jobSubmit(jdl: String, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

  29. abstract def jobSubmitJSDL(delegationId: String, jsdl: JobDefinition_Type): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

  30. abstract def putProxy(delegationID: String, proxy: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

  31. abstract def removeACLItem(jobId: String, item: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped