|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.soap.ObjectTranslator
public class ObjectTranslator
A utility class for the translation of objects.
| Constructor Summary | |
|---|---|
ObjectTranslator()
|
|
| Method Summary | |
|---|---|
static ArchiveAction |
toArchiveAction(inetsoft.sree.soap.schedule.ArchiveActionStruct struct)
Get an ArchiveAction from an ArchiveActionStruct |
static inetsoft.sree.soap.schedule.ArchiveActionStruct |
toArchiveActionStruct(ArchiveAction action)
Get an ArchiveAction from an ArchiveActionStruct |
static ArchiveRule |
toArchiveRule(inetsoft.sree.soap.store.ArchiveRuleStruct struct)
Get an ArchiveRule from an ArchiveRuleStruct. |
static inetsoft.sree.soap.store.ArchiveRuleStruct |
toArchiveRuleStruct(ArchiveRule rule)
Get an ArchiveRuleStruct from an ArchiveRule. |
static inetsoft.sree.dataserv.AssetMetaData |
toAssetMetaData(XTableStruct struct)
Convert a SOAP serializable XTableStruct to a AssetMetaData. |
static CompletionCondition |
toCompletionCondition(inetsoft.sree.soap.schedule.CompletionConditionStruct struct)
Get a CompletionCondition from a CompletionConditionStruct. |
static inetsoft.sree.soap.schedule.CompletionConditionStruct |
toCompletionConditionStruct(CompletionCondition cond)
Get a CompletionConditionStruct from a CompletionCondition. |
static Permission |
toPermission(inetsoft.sree.soap.security.PermissionStruct struct)
Get a Permission from a PermissionStruct. |
static inetsoft.sree.soap.security.PermissionStruct |
toPermissionStruct(Permission perm)
Get a PermissionStruct from a Permission. |
static RepletAction |
toRepletAction(inetsoft.sree.soap.schedule.RepletActionStruct struct)
Get a RepletAction from a RepletActionStruct |
static inetsoft.sree.soap.schedule.RepletActionStruct |
toRepletActionStruct(RepletAction action)
Get a RepletActionStruct from a RepletAction. |
static RepletParametersStruct |
toRepletParametersStruct(RepletParameters parameters)
Convert a RepletParameters object to RepletParametersStruct |
static RepletRequest |
toRepletRequest(RepletRequestStruct struct)
Get a RepletRequest from a RepletRequestStruct. |
static RepletRequestStruct |
toRepletRequestStruct(RepletRequest req)
Get a RepletRequestStruct from a RepletRequest |
static RepositoryEntry |
toRepositoryEntry(RepositoryEntryStruct struct)
Get a RepositoryEntry from a RepositoryEntryStruct. |
static RepositoryEntryStruct |
toRepositoryEntryStruct(RepositoryEntry entry)
Get a RepositoryEntryStruct from a RepositoryEntry. |
static ScheduleTask |
toScheduleTask(inetsoft.sree.soap.schedule.ScheduleTaskStruct struct)
|
static inetsoft.sree.soap.schedule.ScheduleTaskStruct |
toScheduleTaskStruct(ScheduleTask task)
Get a ScheduleTaskStruct from a ScheduleTask. |
static TimeCondition |
toTimeCondition(inetsoft.sree.soap.schedule.TimeConditionStruct struct)
Get a TimeCondition from a TimeConditionStruct. |
static inetsoft.sree.soap.schedule.TimeConditionStruct |
toTimeConditionStruct(TimeCondition cond)
Get a TimeConditionStruct from a TimeCondition. |
static UserVariable |
toUserVariable(UserVariableStruct struct)
Convert a SOAP serializable UserVariableStruct to a UserVariable object. |
static UserVariableStruct |
toUserVariableStruct(UserVariable var)
Convert a UserVariable object to a SOAP serializable UserVariableStruct. |
static VariableTable |
toVariableTable(VariableTableStruct struct)
Convert a SOAP serializable struct to a VariableTable object. |
static VariableTableStruct |
toVariableTableStruct(VariableTable table)
Convert a VariableTable object to a SOAP serializable struct. |
static inetsoft.util.XMLSerializable |
toXMLSerializable(XMLSerializableStruct struct)
Convert a SOAP serializable XMLSerializableStruct to a XMLSerializable object. |
static XMLSerializableStruct |
toXMLSerializableStruct(inetsoft.util.XMLSerializable xml)
Convert a XMLSerializable object to a SOAP serializable XMLSerializableStruct. |
static XTable |
toXTable(XTableStruct struct)
Convert a SOAP serializable XTableStruct to a XTable object. |
static XTableStruct |
toXTableStruct(inetsoft.sree.dataserv.AssetMetaData data)
Convert a AssetMetaData object to a SOAP serializable XTableStruct. |
static XTableStruct |
toXTableStruct(XTable table)
Convert a XTable object to a SOAP serializable XTable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectTranslator()
| Method Detail |
|---|
public static ArchiveRule toArchiveRule(inetsoft.sree.soap.store.ArchiveRuleStruct struct)
struct - The ArchiveRuleStruct from which to derive the ArchiveRule
from.
public static inetsoft.sree.soap.store.ArchiveRuleStruct toArchiveRuleStruct(ArchiveRule rule)
rule - The ArchiveRule from which to derive the ArchiveRuleStruct
from.
public static ScheduleTask toScheduleTask(inetsoft.sree.soap.schedule.ScheduleTaskStruct struct)
public static inetsoft.sree.soap.schedule.ScheduleTaskStruct toScheduleTaskStruct(ScheduleTask task)
task - The ScheduleTask from which to derive the ScheduleTaskStruct
from.
public static ArchiveAction toArchiveAction(inetsoft.sree.soap.schedule.ArchiveActionStruct struct)
struct - The ArchiveActionStruct from which to derive the
ArchiveAction from.
public static inetsoft.sree.soap.schedule.ArchiveActionStruct toArchiveActionStruct(ArchiveAction action)
action - The ArchiveAction from which to derive the
ArchiveActionStruct from.
public static RepletAction toRepletAction(inetsoft.sree.soap.schedule.RepletActionStruct struct)
struct - The RepletActionStruct from which to derive the
RepletAction from.
public static inetsoft.sree.soap.schedule.RepletActionStruct toRepletActionStruct(RepletAction action)
action - The RepletAction from which to derive the
RepletActionStruct from.
public static TimeCondition toTimeCondition(inetsoft.sree.soap.schedule.TimeConditionStruct struct)
struct - The TimeConditionStruct from which to derive the
TimeCondition from.
public static inetsoft.sree.soap.schedule.TimeConditionStruct toTimeConditionStruct(TimeCondition cond)
cond - The TimeCondition from which to derive the
TimeConditionStruct from.
public static CompletionCondition toCompletionCondition(inetsoft.sree.soap.schedule.CompletionConditionStruct struct)
struct - The CompletionConditionStruct from which to derive the
CompletionCondition from.
public static inetsoft.sree.soap.schedule.CompletionConditionStruct toCompletionConditionStruct(CompletionCondition cond)
cond - The CompletionCondition from which to derive the
CompletionConditionStruct from.
public static Permission toPermission(inetsoft.sree.soap.security.PermissionStruct struct)
struct - The PermissionStruct from which to derive the
Permission from.
public static inetsoft.sree.soap.security.PermissionStruct toPermissionStruct(Permission perm)
perm - The Permission from which to derive the PermissionStruct
from.
public static RepletRequest toRepletRequest(RepletRequestStruct struct)
struct - The RepletRequestStruct from which to derive the
RepletRequest from.
public static RepletRequestStruct toRepletRequestStruct(RepletRequest req)
req - The RepletRequest from which to derive the
RepletRequestStruct from.
public static RepositoryEntryStruct toRepositoryEntryStruct(RepositoryEntry entry)
public static RepositoryEntry toRepositoryEntry(RepositoryEntryStruct struct)
public static UserVariable toUserVariable(UserVariableStruct struct)
public static UserVariableStruct toUserVariableStruct(UserVariable var)
public static inetsoft.sree.dataserv.AssetMetaData toAssetMetaData(XTableStruct struct)
public static XTableStruct toXTableStruct(inetsoft.sree.dataserv.AssetMetaData data)
public static inetsoft.util.XMLSerializable toXMLSerializable(XMLSerializableStruct struct)
public static XMLSerializableStruct toXMLSerializableStruct(inetsoft.util.XMLSerializable xml)
public static XTable toXTable(XTableStruct struct)
public static XTableStruct toXTableStruct(XTable table)
public static VariableTable toVariableTable(VariableTableStruct struct)
public static VariableTableStruct toVariableTableStruct(VariableTable table)
table - the object to convert.
public static RepletParametersStruct toRepletParametersStruct(RepletParameters parameters)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||