gr.uoa.di.madgik.execution.plan.element.invocable.ws
Class WSRESTArgument

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
      extended by gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSRESTArgument
All Implemented Interfaces:
Comparable<ArgumentBase>

public class WSRESTArgument
extends ArgumentBase


Nested Class Summary
 
Nested classes/interfaces inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
ArgumentBase.ArgumentType
 
Field Summary
 
Fields inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
ArgumentName, Order, Parameter
 
Constructor Summary
WSRESTArgument()
           
 
Method Summary
 void FromXML(Node XML)
           
 ArgumentBase.ArgumentType GetArgumentType()
           
 String ToXML()
           
 void Validate()
           
 
Methods inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
compareTo, EvaluateArgument, FromXML, GetModifiedVariableNames, GetNeededVariableNames, GetValue, GetValueClass, ValidatePreExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRESTArgument

public WSRESTArgument()
Method Detail

Validate

public void Validate()
              throws ExecutionValidationException
Overrides:
Validate in class ArgumentBase
Throws:
ExecutionValidationException

GetArgumentType

public ArgumentBase.ArgumentType GetArgumentType()
Specified by:
GetArgumentType in class ArgumentBase

ToXML

public String ToXML()
             throws ExecutionSerializationException
Specified by:
ToXML in class ArgumentBase
Throws:
ExecutionSerializationException

FromXML

public void FromXML(Node XML)
             throws ExecutionSerializationException
Specified by:
FromXML in class ArgumentBase
Throws:
ExecutionSerializationException


Copyright © 2013. All Rights Reserved.