Trait

fr.iscpif.gridscale.libraries.wmsstub

WMProxy_PortType

Related Doc: package wmsstub

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped