gr.uoa.di.madgik.workflow.client.library.beans
Class Types.StatusReport

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.client.library.beans.Types.StatusReport
Enclosing class:
Types

public static class Types.StatusReport
extends Object


Field Summary
 String error
           
 String errorDetails
           
 List<Types.ExecutionEvent> events
           
 Boolean isCompleted
           
 List<Types.JobOutput> output
           
 String plan
           
 
Constructor Summary
Types.StatusReport()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isCompleted

public Boolean isCompleted

plan

public String plan

events

public List<Types.ExecutionEvent> events

output

public List<Types.JobOutput> output

error

public String error

errorDetails

public String errorDetails
Constructor Detail

Types.StatusReport

public Types.StatusReport()


Copyright © 2014. All Rights Reserved.