|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.library.NmLibraryCommands
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
NmLibraryCommands()
|
Method Summary | |
static URL |
exportAll(NmCommandBean cb)
Exports the latest iteration of all documents in the library Supported API: false |
static URL |
exportDocumentFiles(NmCommandBean cb)
Exports the content of the latest iteration of all documents in the library No meta-data is exported. |
static URL |
exportLibraryDocuments(NmCommandBean cb,
boolean doFolders,
boolean doViewables)
Exports the latest iteration of all documents in the library Supported API: false |
static URL |
exportLibraryFolders(NmCommandBean cb)
Exports the latest iteration of all documents in the library Supported API: false |
static URL |
exportLibraryObjects(NmCommandBean cb)
Exports objects (roles,team, documents, projectPlan, deliverables) from the library as selected by the user. |
static URL |
exportLibraryParts(NmCommandBean cb,
boolean doFolders,
boolean doViewables)
Exports the latest iteration of all documents in the library Supported API: false |
static void |
exportLibrarytAsTemplate(NmCommandBean cb)
Supported API: false |
static URL |
exportRoles(NmCommandBean cb)
Command to export the roles for the library These roles may be imported into another container in the organization, or exported into a completely different container Supported API: false |
static URL |
exportTeam(NmCommandBean cb)
Command to export the team for the project. |
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(NmLibraryCommands thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static void |
saveLibraryAsInternalTemplate(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
saveLibraryAsNewLibrary(NmCommandBean cb)
Supported API: false |
private static NmChangeModel[] |
startAndGetChangeModel(NmOid projectOid,
NmCommandBean cb)
|
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
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public NmLibraryCommands()
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(NmLibraryCommands 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 static URL exportRoles(NmCommandBean cb) throws WTException
cb
-
WTException
public static URL exportTeam(NmCommandBean cb) throws WTException
cb
-
WTException
public static URL exportDocumentFiles(NmCommandBean cb) throws WTException
cb
-
WTException
public static void exportLibrarytAsTemplate(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] saveLibraryAsNewLibrary(NmCommandBean cb) throws WTException
cb
-
WTException
public static void saveLibraryAsInternalTemplate(NmCommandBean cb) throws WTException
cb
-
WTException
public static URL exportLibraryObjects(NmCommandBean cb) throws WTException
cb
-
WTException
public static URL exportLibraryDocuments(NmCommandBean cb, boolean doFolders, boolean doViewables) throws WTException
cb
- doFolders
- doViewables
-
WTException
public static URL exportLibraryFolders(NmCommandBean cb) throws WTException
cb
-
WTException
public static URL exportLibraryParts(NmCommandBean cb, boolean doFolders, boolean doViewables) throws WTException
cb
- doFolders
- doViewables
-
WTException
public static URL exportAll(NmCommandBean cb) throws WTException
cb
-
WTException
private static NmChangeModel[] startAndGetChangeModel(NmOid projectOid, NmCommandBean cb) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |