wt.projmgmt.msproject
Class ImportExportInfo

java.lang.Object
  extended bywt.projmgmt.msproject.ImportExportInfo
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
ExportInfo, ImportInfo

public abstract class ImportExportInfo
extends Object
implements Externalizable

This class aggregates information that is used to control the behavior of Microsoft Project Plan importing and exporting.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  String encoding
           
static long EXTERNALIZATION_VERSION_UID
           
private  String importAction
           
private  boolean includeDependencies
           
private  boolean includeResources
           
private  boolean includeTasks
           
private  boolean includeTimeZone
           
private  Locale locale
           
protected static long OLD_FORMAT_VERSION_UID
           
private  boolean provideFeedback
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private  TaskScope taskScope
           
private  TimeZone timeZone
           
 
Constructor Summary
ImportExportInfo()
           
 
Method Summary
 String getEncoding()
          Gets the value of the attribute: encoding; the character encoding to use when exporting

Supported API: false
 String getImportAction()
          Gets the value of the attribute: importAction; the action that is used to import the client data (i.e., the path to a jsp page or servlet)

Supported API: false
 Locale getLocale()
          Gets the value of the attribute: locale; the locale to use when importing or exporting localizable values

Supported API: false
 TaskScope getTaskScope()
          Gets the value of the attribute: taskScope; the scope that indicates which tasks should be imported from or exported to the Microsoft Project Plan

Supported API: false
 TimeZone getTimeZone()
          Gets the value of the attribute: timeZone; the time to use when exporting xsd:dateTime values and the time zone to use when parsing xsd:dateTime values that do not specify a time zone

Supported API: false
 boolean isIncludeDependencies()
          Gets the value of the attribute: includeDependencies; the flag that indicates whether dependencies should be included as part of importing/exporting the Microsoft Project Plan.
 boolean isIncludeResources()
          Gets the value of the attribute: includeResources; the flag that indicates whether resources should be included as part of importing/exporting the Microsoft Project Plan.
 boolean isIncludeTasks()
          Gets the value of the attribute: includeTasks; the flag that indicates whether tasks should be included as part of importing/exporting the Microsoft Project Plan.
 boolean isIncludeTimeZone()
          Gets the value of the attribute: includeTimeZone; the flag that indicates whether the client includes the time zone offset with xsd:dateTime values

Supported API: false
 boolean isProvideFeedback()
          Gets the value of the attribute: provideFeedback; the flag that indicates whether feedback should be provided to the client as part of importing/exporting the Microsoft Project Plan.
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(ImportExportInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setEncoding(String a_Encoding)
          Sets the value of the attribute: encoding; the character encoding to use when exporting

Supported API: false
 void setImportAction(String a_ImportAction)
          Sets the value of the attribute: importAction; the action that is used to import the client data (i.e., the path to a jsp page or servlet)

Supported API: false
 void setIncludeDependencies(boolean a_IncludeDependencies)
          Sets the value of the attribute: includeDependencies; the flag that indicates whether dependencies should be included as part of importing/exporting the Microsoft Project Plan.
 void setIncludeResources(boolean a_IncludeResources)
          Sets the value of the attribute: includeResources; the flag that indicates whether resources should be included as part of importing/exporting the Microsoft Project Plan.
 void setIncludeTasks(boolean a_IncludeTasks)
          Sets the value of the attribute: includeTasks; the flag that indicates whether tasks should be included as part of importing/exporting the Microsoft Project Plan.
 void setIncludeTimeZone(boolean a_IncludeTimeZone)
          Sets the value of the attribute: includeTimeZone; the flag that indicates whether the client includes the time zone offset with xsd:dateTime values

Supported API: false
 void setLocale(Locale a_Locale)
          Sets the value of the attribute: locale; the locale to use when importing or exporting localizable values

Supported API: false
 void setProvideFeedback(boolean a_ProvideFeedback)
          Sets the value of the attribute: provideFeedback; the flag that indicates whether feedback should be provided to the client as part of importing/exporting the Microsoft Project Plan.
 void setTaskScope(TaskScope a_TaskScope)
          Sets the value of the attribute: taskScope; the scope that indicates which tasks should be imported from or exported to the Microsoft Project Plan

Supported API: false
 void setTimeZone(TimeZone a_TimeZone)
          Sets the value of the attribute: timeZone; the time to use when exporting xsd:dateTime values and the time zone to use when parsing xsd:dateTime values that do not specify a time zone

Supported API: false
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

includeTasks

private boolean includeTasks

taskScope

private TaskScope taskScope

includeResources

private boolean includeResources

includeDependencies

private boolean includeDependencies

importAction

private String importAction

locale

private Locale locale

timeZone

private TimeZone timeZone

includeTimeZone

private boolean includeTimeZone

encoding

private String encoding

provideFeedback

private boolean provideFeedback

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

ImportExportInfo

public ImportExportInfo()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(ImportExportInfo thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

isIncludeTasks

public boolean isIncludeTasks()
Gets the value of the attribute: includeTasks; the flag that indicates whether tasks should be included as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Returns:
boolean

setIncludeTasks

public void setIncludeTasks(boolean a_IncludeTasks)
Sets the value of the attribute: includeTasks; the flag that indicates whether tasks should be included as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Parameters:
a_IncludeTasks -

getTaskScope

public TaskScope getTaskScope()
Gets the value of the attribute: taskScope; the scope that indicates which tasks should be imported from or exported to the Microsoft Project Plan

Supported API: false

Returns:
TaskScope

setTaskScope

public void setTaskScope(TaskScope a_TaskScope)
Sets the value of the attribute: taskScope; the scope that indicates which tasks should be imported from or exported to the Microsoft Project Plan

Supported API: false

Parameters:
a_TaskScope -

isIncludeResources

public boolean isIncludeResources()
Gets the value of the attribute: includeResources; the flag that indicates whether resources should be included as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Returns:
boolean

setIncludeResources

public void setIncludeResources(boolean a_IncludeResources)
Sets the value of the attribute: includeResources; the flag that indicates whether resources should be included as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Parameters:
a_IncludeResources -

isIncludeDependencies

public boolean isIncludeDependencies()
Gets the value of the attribute: includeDependencies; the flag that indicates whether dependencies should be included as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Returns:
boolean

setIncludeDependencies

public void setIncludeDependencies(boolean a_IncludeDependencies)
Sets the value of the attribute: includeDependencies; the flag that indicates whether dependencies should be included as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Parameters:
a_IncludeDependencies -

getImportAction

public String getImportAction()
Gets the value of the attribute: importAction; the action that is used to import the client data (i.e., the path to a jsp page or servlet)

Supported API: false

Returns:
String

setImportAction

public void setImportAction(String a_ImportAction)
Sets the value of the attribute: importAction; the action that is used to import the client data (i.e., the path to a jsp page or servlet)

Supported API: false

Parameters:
a_ImportAction -

getLocale

public Locale getLocale()
Gets the value of the attribute: locale; the locale to use when importing or exporting localizable values

Supported API: false

Returns:
Locale

setLocale

public void setLocale(Locale a_Locale)
Sets the value of the attribute: locale; the locale to use when importing or exporting localizable values

Supported API: false

Parameters:
a_Locale -

getTimeZone

public TimeZone getTimeZone()
Gets the value of the attribute: timeZone; the time to use when exporting xsd:dateTime values and the time zone to use when parsing xsd:dateTime values that do not specify a time zone

Supported API: false

Returns:
TimeZone

setTimeZone

public void setTimeZone(TimeZone a_TimeZone)
Sets the value of the attribute: timeZone; the time to use when exporting xsd:dateTime values and the time zone to use when parsing xsd:dateTime values that do not specify a time zone

Supported API: false

Parameters:
a_TimeZone -

isIncludeTimeZone

public boolean isIncludeTimeZone()
Gets the value of the attribute: includeTimeZone; the flag that indicates whether the client includes the time zone offset with xsd:dateTime values

Supported API: false

Returns:
boolean

setIncludeTimeZone

public void setIncludeTimeZone(boolean a_IncludeTimeZone)
Sets the value of the attribute: includeTimeZone; the flag that indicates whether the client includes the time zone offset with xsd:dateTime values

Supported API: false

Parameters:
a_IncludeTimeZone -

getEncoding

public String getEncoding()
Gets the value of the attribute: encoding; the character encoding to use when exporting

Supported API: false

Returns:
String

setEncoding

public void setEncoding(String a_Encoding)
Sets the value of the attribute: encoding; the character encoding to use when exporting

Supported API: false

Parameters:
a_Encoding -

isProvideFeedback

public boolean isProvideFeedback()
Gets the value of the attribute: provideFeedback; the flag that indicates whether feedback should be provided to the client as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Returns:
boolean

setProvideFeedback

public void setProvideFeedback(boolean a_ProvideFeedback)
Sets the value of the attribute: provideFeedback; the flag that indicates whether feedback should be provided to the client as part of importing/exporting the Microsoft Project Plan.

Supported API: false

Parameters:
a_ProvideFeedback -