ext.tools
Class ListAll
java.lang.Object
ext.tools.ListAll
- All Implemented Interfaces:
- wt.method.RemoteAccess
public class ListAll
- extends java.lang.Object
- implements wt.method.RemoteAccess
commandline invocation to query details about windchill objects, also lets you delete objects.
| Fields inherited from interface wt.method.RemoteAccess |
versionID |
|
Method Summary |
static java.lang.String |
_getEffInfo(wt.eff.EffManagedVersion e,
java.lang.String ind)
|
static java.lang.String |
_getPathOccInfo(java.lang.String or,
java.lang.String ind)
|
static wt.fc.QueryResult |
_serverQuery(wt.query.QuerySpec q)
|
void |
doDel(java.lang.Object[] oa,
boolean force)
|
static void |
doServerDel(java.lang.Object[] oa)
|
static wt.fc.QueryResult |
doServerExpand(wt.fc.Persistable o)
|
int |
dumpObj(java.lang.Object o,
boolean all,
boolean recurse)
|
void |
loadprops()
|
static void |
main(java.lang.String[] args)
|
int |
process(java.lang.String[] a)
|
static int |
rollback(java.lang.String latest,
java.lang.String keep)
|
static int |
rollup(java.lang.String from,
java.lang.String keep)
|
static int |
serializeIt(java.lang.String obid)
|
wt.fc.QueryResult |
serverQuery(wt.query.QuerySpec q)
|
java.lang.String[] |
suachmas(java.lang.String pattern)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSVersion
public static final java.lang.String CVSVersion
- See Also:
- Constant Field Values
ListAll
public ListAll()
ListAll
public ListAll(boolean verbose)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public int process(java.lang.String[] a)
throws java.lang.Exception
- Throws:
java.lang.Exception
dumpObj
public int dumpObj(java.lang.Object o,
boolean all,
boolean recurse)
loadprops
public void loadprops()
throws java.lang.Exception
- Throws:
java.lang.Exception
suachmas
public java.lang.String[] suachmas(java.lang.String pattern)
throws java.lang.Exception
- Throws:
java.lang.Exception
doDel
public void doDel(java.lang.Object[] oa,
boolean force)
throws java.lang.Exception
- Throws:
java.lang.Exception
doServerDel
public static void doServerDel(java.lang.Object[] oa)
throws java.lang.Exception
- Throws:
java.lang.Exception
doServerExpand
public static wt.fc.QueryResult doServerExpand(wt.fc.Persistable o)
throws java.lang.Exception
- Throws:
java.lang.Exception
serverQuery
public wt.fc.QueryResult serverQuery(wt.query.QuerySpec q)
throws java.lang.Exception
- Throws:
java.lang.Exception
_serverQuery
public static wt.fc.QueryResult _serverQuery(wt.query.QuerySpec q)
throws java.lang.Exception
- Throws:
java.lang.Exception
rollback
public static int rollback(java.lang.String latest,
java.lang.String keep)
rollup
public static int rollup(java.lang.String from,
java.lang.String keep)
serializeIt
public static int serializeIt(java.lang.String obid)
_getEffInfo
public static java.lang.String _getEffInfo(wt.eff.EffManagedVersion e,
java.lang.String ind)
throws java.lang.Exception
- Throws:
java.lang.Exception
_getPathOccInfo
public static java.lang.String _getPathOccInfo(java.lang.String or,
java.lang.String ind)
throws java.lang.Exception
- Throws:
java.lang.Exception