public class ExecutionAttachment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionAttachment.AttachmentLocation |
| Modifier and Type | Field and Description |
|---|---|
boolean |
CleanUpRestored |
ExecutionAttachment.AttachmentLocation |
LocationType |
String |
LocationValue |
String |
Permissions |
String |
RestoreLocationValue |
File |
tmpFile |
| Constructor and Description |
|---|
ExecutionAttachment() |
| Modifier and Type | Method and Description |
|---|---|
void |
FromXML(Element XML) |
void |
FromXML(String XML) |
void |
MoveTmpToRestore(ExecutionHandle Handle) |
String |
ToXML() |
void |
Validate() |
void |
WriteLocalFromStorage(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints) |
void |
WriteLocalFromStream(DataInputStream din) |
void |
WriteLocalToStream(DataOutputStream dout) |
public ExecutionAttachment.AttachmentLocation LocationType
public String LocationValue
public String RestoreLocationValue
public boolean CleanUpRestored
public String Permissions
public File tmpFile
public void MoveTmpToRestore(ExecutionHandle Handle) throws Exception
Exceptionpublic void WriteLocalFromStorage(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws Exception
Exceptionpublic void WriteLocalFromStream(DataInputStream din) throws Exception
Exceptionpublic void WriteLocalToStream(DataOutputStream dout) throws IOException
IOExceptionpublic void Validate()
throws ExecutionValidationException
ExecutionValidationExceptionpublic String ToXML() throws ExecutionSerializationException
ExecutionSerializationExceptionpublic void FromXML(String XML) throws ExecutionSerializationException
ExecutionSerializationExceptionpublic void FromXML(Element XML) throws ExecutionSerializationException
ExecutionSerializationExceptionCopyright © 2014. All Rights Reserved.