|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.workflow.ListFileProperties
public abstract class ListFileProperties
The complex action for performing an invocation of StorageManagement.ListProperties request.
Constructor Summary | |
---|---|
ListFileProperties(PartnerLink storage,
Variable filePath,
Variable gridFile,
com.intel.gpe.util.xml.Namespaces namespaces)
Create the action |
Method Summary | |
---|---|
void |
emitCode(Scope scope,
org.w3c.dom.Element target)
Emit the piece of code corresponding to the current action. |
Variable |
getFileProperties()
Get the variable containing the returned unigrids:GridFile structure |
protected abstract VariableValue |
getListRequestValue()
|
protected abstract VariableValue |
getListResponseValue()
|
protected abstract java.lang.String |
getStorageManagementNS()
|
protected abstract javax.xml.namespace.QName |
getStorageManagementPortType()
|
protected abstract java.lang.String |
getUnigridsNS()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListFileProperties(PartnerLink storage, Variable filePath, Variable gridFile, com.intel.gpe.util.xml.Namespaces namespaces)
storage
- The partner link to the storage resourcefilePath
- The variable in which the path to the remote file is storedgridFile
- The variable where to store the returned GridFile structurenamespaces
- The namespacesMethod Detail |
---|
public void emitCode(Scope scope, org.w3c.dom.Element target) throws java.lang.Exception
Action
emitCode
in interface Action
scope
- The variable scope of the workflowtarget
- The XML DOM element to append the action code to
java.lang.Exception
- In a case of errorpublic Variable getFileProperties()
protected abstract java.lang.String getStorageManagementNS()
protected abstract java.lang.String getUnigridsNS()
protected abstract VariableValue getListRequestValue()
protected abstract VariableValue getListResponseValue()
protected abstract javax.xml.namespace.QName getStorageManagementPortType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |