fr.iscpif.gridscale.libraries.wmsstub.XMLProtocol.WMProxyBindings

WMProxyBinding

trait WMProxyBinding extends WMProxy_PortType

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

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. def addACLItems(jobId: String, items: StringList): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def enableFilePerusal(jobId: String, fileList: StringList): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getACLItems(jobId: String): Either[Soap11Fault[AuthenticationFaultType], StringList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getCollectionTemplate(jobNumber: Int, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  16. def getDAGTemplate(dependencies: GraphStructType, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  17. def getDelegatedProxyInfo(delegationID: String): Either[Soap11Fault[AuthenticationFaultType], ProxyInfoStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  18. def getIntParametricJobTemplate(attributes: StringList, param: Int, parameterStart: Int, parameterStep: Int, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  19. def getJDL(jobId: String, type: JdlType): Either[Soap11Fault[AuthenticationFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  20. def getJobProxyInfo(jobId: String): Either[Soap11Fault[AuthenticationFaultType], ProxyInfoStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  21. def getJobStatus(jobId: String): Either[Soap11Fault[AuthenticationFaultType], JobStatusStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  22. def getJobTemplate(jobType: JobTypeList, executable: String, arguments: String, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  23. def getMaxInputSandboxSize(): Either[Soap11Fault[AuthenticationFaultType], Long]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  24. def getOutputFileList(jobId: String, protocol: String): Either[Soap11Fault[InvalidArgumentFaultType], StringAndLongList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  25. def getPerusalFiles(jobId: String, file: String, allChunks: Boolean, protocol: String): Either[Soap11Fault[AuthenticationFaultType], StringList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  26. def getProxyReq(delegationID: String): Either[Soap11Fault[AuthenticationFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  27. def getSandboxBulkDestURI(jobId: String, protocol: String): Either[Soap11Fault[AuthenticationFaultType], DestURIsStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  28. def getSandboxDestURI(jobId: String, protocol: String): Either[Soap11Fault[AuthenticationFaultType], StringList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  29. def getStringParametricJobTemplate(attributes: StringList, param: StringList, requirements: String, rank: String): Either[Soap11Fault[GenericFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  30. def getTransferProtocols(): Either[Soap11Fault[AuthenticationFaultType], StringList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  31. def getVersion(): Either[Soap11Fault[AuthenticationFaultType], String]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  32. def hashCode(): Int

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

    Definition Classes
    Any
  34. def jobCancel(jobId: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  35. def jobListMatch(jdl: String, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], StringAndLongList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  36. def jobListMatchJSDL(jsdl: JobDefinition_Type, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], StringAndLongList]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  37. def jobPurge(jobId: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  38. def jobRegister(jdl: String, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  39. def jobRegisterJSDL(jsdl: JobDefinition_Type, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  40. def jobStart(jobId: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  41. def jobSubmit(jdl: String, delegationId: String): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  42. def jobSubmitJSDL(delegationId: String, jsdl: JobDefinition_Type): Either[Soap11Fault[AuthenticationFaultType], JobIdStructType]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. def putProxy(delegationID: String, proxy: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  47. def removeACLItem(jobId: String, item: String): Either[Soap11Fault[AuthenticationFaultType], Unit]

    Definition Classes
    WMProxyBindingWMProxy_PortType
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WMProxy_PortType

Inherited from AnyRef

Inherited from Any

Ungrouped