|
||||||||||
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.ListDirectory
public abstract class ListDirectory
Constructor Summary | |
---|---|
ListDirectory(PartnerLink storage,
Variable directoryPath,
com.intel.gpe.util.xml.Namespaces namespaces)
Create the action |
|
ListDirectory(PartnerLink storage,
Variable directoryPath,
Variable includes,
Variable excludes,
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. |
protected abstract java.lang.String |
getBPEL4WSNS()
|
protected abstract VariableValue |
getEmptyListValue()
|
Variable |
getFiles()
|
protected abstract VariableValue |
getInitialIteratorValue()
|
protected abstract VariableValue |
getInitialValue()
|
protected abstract VariableValue |
getListRequestValue()
Creates and returns value for the request variable |
protected abstract VariableValue |
getListResponseValue()
Creates and returns value for the response variable |
protected abstract java.lang.String |
getStorageManagementNS()
|
protected abstract PartnerLinkValue |
getTSPartnerLinkValue()
|
protected abstract java.lang.String |
getUnigridsNS()
|
protected abstract java.lang.String |
getWESNS()
|
protected abstract java.lang.String |
getWJMSNS()
|
protected abstract javax.xml.namespace.QName |
getWTSSPortType()
|
void |
setCaseSensitive(Variable caseSensitive)
|
void |
setExcludes(Variable excludes)
|
void |
setIncludes(Variable includes)
|
void |
setSaveDirStruct(Variable saveDirStruct)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListDirectory(PartnerLink storage, Variable directoryPath, com.intel.gpe.util.xml.Namespaces namespaces)
storage
- The partner link to the storage resourcedirectoryPath
- The variable in which the path to the remote directory is storednamespaces
- The namespacespublic ListDirectory(PartnerLink storage, Variable directoryPath, Variable includes, Variable excludes, com.intel.gpe.util.xml.Namespaces namespaces)
storage
- The partner link to the storage resourcefilePath
- The variable in which the path to the remote directory is storednamespaces
- The namespacesmask
- The mask to filter filesMethod Detail |
---|
public void setCaseSensitive(Variable caseSensitive)
public void setSaveDirStruct(Variable saveDirStruct)
public void setIncludes(Variable includes)
public void setExcludes(Variable excludes)
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 getFiles()
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 getWTSSPortType()
protected abstract VariableValue getInitialIteratorValue()
protected abstract java.lang.String getBPEL4WSNS()
protected abstract java.lang.String getWESNS()
protected abstract java.lang.String getWJMSNS()
protected abstract VariableValue getEmptyListValue()
protected abstract VariableValue getInitialValue()
protected abstract PartnerLinkValue getTSPartnerLinkValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |