org.overlord.sramp.governance
Class Query

java.lang.Object
  extended by org.overlord.sramp.governance.Query

public class Query
extends Object


Constructor Summary
Query(String srampQuery, String workflowId, String parameters)
           
 
Method Summary
 String getParameters()
           
 Map<String,Object> getParsedParameters()
           
 String getSrampQuery()
           
 String getWorkflowId()
           
 void setParameters(String parameters)
           
 void setSrampQuery(String srampQuery)
           
 void setWorkflowId(String workflowId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query

public Query(String srampQuery,
             String workflowId,
             String parameters)
Method Detail

setSrampQuery

public void setSrampQuery(String srampQuery)

getSrampQuery

public String getSrampQuery()

setWorkflowId

public void setWorkflowId(String workflowId)

getWorkflowId

public String getWorkflowId()

getParsedParameters

public Map<String,Object> getParsedParameters()

setParameters

public void setParameters(String parameters)

getParameters

public String getParameters()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.