Class AbstractAasRestInvocablesCreator.Operation

java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.AbstractAasRestInvocablesCreator.Operation
All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.Invokable
Enclosing class:
AbstractAasRestInvocablesCreator

protected class AbstractAasRestInvocablesCreator.Operation extends Object implements de.iip_ecosphere.platform.support.aas.Invokable
Defines a generic, serializable operation.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.support.aas.Invokable

    de.iip_ecosphere.platform.support.aas.Invokable.GetterInvokable, de.iip_ecosphere.platform.support.aas.Invokable.OperationInvocation, de.iip_ecosphere.platform.support.aas.Invokable.OperationInvokable, de.iip_ecosphere.platform.support.aas.Invokable.SerializableInvokable, de.iip_ecosphere.platform.support.aas.Invokable.SetterInvokable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates an operation instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(de.iip_ecosphere.platform.support.aas.Invokable.OperationInvocation invocation)
     
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.iip_ecosphere.platform.support.aas.Invokable

    getGetter, getOperation, getSetter
  • Field Details

  • Constructor Details

    • Operation

      protected Operation(String name)
      Creates an operation instance.
      Parameters:
      name - the name of the operation
  • Method Details

    • getUrl

      public String getUrl()
      Specified by:
      getUrl in interface de.iip_ecosphere.platform.support.aas.Invokable
    • getSubmodelRepositoryUrl

      public String getSubmodelRepositoryUrl()
      Specified by:
      getSubmodelRepositoryUrl in interface de.iip_ecosphere.platform.support.aas.Invokable
    • execute

      public void execute(de.iip_ecosphere.platform.support.aas.Invokable.OperationInvocation invocation) throws IOException
      Specified by:
      execute in interface de.iip_ecosphere.platform.support.aas.Invokable
      Throws:
      IOException