|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.projmgmt.msproject.ImportExportInfo
This class aggregates information that is used to control the behavior
of Microsoft Project Plan
importing and exporting.
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private boolean includeTasks
private TaskScope taskScope
private boolean includeResources
private boolean includeDependencies
private String importAction
private Locale locale
private TimeZone timeZone
private boolean includeTimeZone
private String encoding
private boolean provideFeedback
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ImportExportInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ImportExportInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public boolean isIncludeTasks()
Microsoft Project Plan
.
public void setIncludeTasks(boolean a_IncludeTasks)
Microsoft Project Plan
.
a_IncludeTasks
- public TaskScope getTaskScope()
Microsoft
Project Plan
public void setTaskScope(TaskScope a_TaskScope)
Microsoft
Project Plan
a_TaskScope
- public boolean isIncludeResources()
Microsoft Project Plan
.
public void setIncludeResources(boolean a_IncludeResources)
Microsoft Project Plan
.
a_IncludeResources
- public boolean isIncludeDependencies()
Microsoft Project Plan
.
public void setIncludeDependencies(boolean a_IncludeDependencies)
Microsoft Project Plan
.
a_IncludeDependencies
- public String getImportAction()
jsp
page or servlet
)
public void setImportAction(String a_ImportAction)
jsp
page or servlet
)
a_ImportAction
- public Locale getLocale()
public void setLocale(Locale a_Locale)
a_Locale
- public TimeZone getTimeZone()
xsd:dateTime
values and the time zone to use when parsing
xsd:dateTime
values that do not specify a time zone
public void setTimeZone(TimeZone a_TimeZone)
xsd:dateTime
values and the time zone to use when parsing
xsd:dateTime
values that do not specify a time zone
a_TimeZone
- public boolean isIncludeTimeZone()
public void setIncludeTimeZone(boolean a_IncludeTimeZone)
a_IncludeTimeZone
- public String getEncoding()
public void setEncoding(String a_Encoding)
a_Encoding
- public boolean isProvideFeedback()
Microsoft Project Plan
.
public void setProvideFeedback(boolean a_ProvideFeedback)
Microsoft Project Plan
.
a_ProvideFeedback
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |