public class ListAll
extends Object
implements RemoteAccess
| Constructor and Description |
|---|
ListAll() |
ListAll(boolean verbose) |
ListAll(int i) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
_callMOnO(Object o,
String m,
Boolean f) |
static List |
_doServerExpandUnique(Persistable o,
Integer m) |
static Set |
_doServerExpandUniqueOrig(Persistable o,
Integer m) |
static String |
_getEffInfo(EffManagedVersion e,
String ind) |
static String |
_getPathOccInfo(String or,
String ind) |
static QueryResult |
_serverQuery(QuerySpec q) |
static Object |
callMOnO(Object o,
String m)
call a no-args (getter) method on an obj on the server
|
static Object |
callMOnO(Object o,
String m,
boolean f) |
static Object |
callPMOnO(Object o,
String m) |
static int |
checkArgs(String[] args,
PrintStream ps) |
static void |
deflatePredecessor(Persistable persistable)
PTC TS - PM01048037 / Case 10749167: Deflate object to avoid StackOverflowError.
|
void |
doDel(Object[] oa,
boolean force) |
static void |
doServerDel(Object[] oa) |
static QueryResult |
doServerExpand(Persistable o) |
static List |
doServerExpandUnique(Persistable o,
Integer m) |
int |
dumpObj(Object o,
boolean all,
boolean recurse) |
static void |
dumpServerMethods() |
static String |
getDisplayIdentity(Object o) |
static Map<String,Map<String,String>> |
initLWC() |
static Map<String,Map<String,String>> |
initLWC(boolean flush) |
static List<Class> |
linkClasses(Persistable p) |
static void |
loadLinkInfo() |
Map<String,Object> |
loadRegistry() |
Map<String,Object> |
loadRegistry(boolean wantMap) |
static void |
main(String[] args) |
int |
orefInfo(Object ooRef,
boolean all,
boolean recurse,
Map mFound) |
int |
orefInfo(String oref,
boolean all,
boolean recurse) |
static int |
printUsage(String[] args,
PrintStream ps) |
int |
process(String[] a) |
int |
process(String[] a,
Map mFound) |
static Map |
refreshLWC(Map paramMap) |
void |
renderOtherObjAsLink(boolean flag) |
static int |
rollback(String latest,
String keep) |
static int |
rollup(String from,
String keep) |
static int |
serializeIt(String obid) |
QueryResult |
serverQuery(QuerySpec q) |
void |
setPrintStream(PrintStream ps) |
String[] |
suachmas(String pattern) |
public static final int MAJOR
public static final int MINOR
public ListAll()
public ListAll(boolean verbose)
public ListAll(int i)
public static void main(String[] args)
throws Exception
Exceptionpublic void setPrintStream(PrintStream ps)
public int process(String[] a)
throws Exception
Exceptionpublic int process(String[] a,
Map mFound)
throws Exception
Exceptionpublic int orefInfo(String oref,
boolean all,
boolean recurse)
public int orefInfo(Object ooRef,
boolean all,
boolean recurse,
Map mFound)
public int dumpObj(Object o,
boolean all,
boolean recurse)
public static void loadLinkInfo()
throws Exception
Exceptionpublic Map<String,Object> loadRegistry()
throws Exception
Exceptionpublic Map<String,Object> loadRegistry(boolean wantMap)
throws Exception
Exceptionpublic String[] suachmas(String pattern)
throws Exception
Exceptionpublic void doDel(Object[] oa,
boolean force)
throws Exception
Exceptionpublic static void doServerDel(Object[] oa)
throws Exception
Exceptionpublic static QueryResult doServerExpand(Persistable o)
throws Exception
Exceptionpublic static List doServerExpandUnique(Persistable o,
Integer m)
throws Exception
Exceptionpublic static Set _doServerExpandUniqueOrig(Persistable o,
Integer m)
throws Exception
Exceptionpublic static List<Class> linkClasses(Persistable p)
public static List _doServerExpandUnique(Persistable o,
Integer m)
throws Exception
Exceptionpublic QueryResult serverQuery(QuerySpec q)
throws Exception
Exceptionpublic static QueryResult _serverQuery(QuerySpec q)
public static int rollback(String latest,
String keep)
public static int rollup(String from,
String keep)
public static int serializeIt(String obid)
public static void dumpServerMethods()
public static String _getEffInfo(EffManagedVersion e,
String ind)
throws Exception
Exceptionpublic static String _getPathOccInfo(String or,
String ind)
throws Exception
Exceptionpublic static Object callMOnO(Object o,
String m)
throws WTException,
RemoteException,
InvocationTargetException
o - object (if string run ToolUtils.objFromObid(o))m - the method's nameWTException - , RemoteException, InvocationTargetExceptionRemoteExceptionInvocationTargetExceptionpublic static Object callMOnO(Object o,
String m,
boolean f)
throws WTException,
RemoteException,
InvocationTargetException
WTExceptionRemoteExceptionInvocationTargetExceptionpublic static Object _callMOnO(Object o,
String m,
Boolean f)
throws WTException
WTExceptionpublic static Object callPMOnO(Object o,
String m)
throws WTException
WTExceptionpublic static String getDisplayIdentity(Object o)
public static int printUsage(String[] args,
PrintStream ps)
public static int checkArgs(String[] args,
PrintStream ps)
public void renderOtherObjAsLink(boolean flag)
public static Map<String,Map<String,String>> initLWC()
public static Map<String,Map<String,String>> initLWC(boolean flush)
public static Map refreshLWC(Map paramMap)
public static void deflatePredecessor(Persistable persistable)
persistable - The persistable to deflate.