public interface IJLBom
| Modifier and Type | Field and Description |
|---|---|
static boolean |
EXCLUDEINACTIVE_NO |
static boolean |
EXCLUDEINACTIVE_YES |
static boolean |
INCSIMPREP_NO |
static boolean |
INCSIMPREP_YES |
static boolean |
INCTRANSFORM_NO |
static boolean |
INCTRANSFORM_YES |
static boolean |
PATHS_NO |
static boolean |
PATHS_YES |
static boolean |
SKELETON_NO |
static boolean |
SKELETON_YES |
static boolean |
TOPLEVEL_NO |
static boolean |
TOPLEVEL_YES |
static boolean |
TRANSFORMASTABLE_NO |
static boolean |
TRANSFORMASTABLE_YES |
| Modifier and Type | Method and Description |
|---|---|
GetPathsOutput |
getPaths(java.lang.String modelname,
boolean skeleton,
boolean paths,
boolean toplevel,
boolean incTransform,
boolean transformAsTable,
boolean excludeInactive,
boolean incSimpRep,
AbstractJLISession sess) |
GetPathsOutput |
getPaths(java.lang.String modelname,
boolean skeleton,
boolean paths,
boolean toplevel,
boolean incTransform,
boolean transformAsTable,
boolean excludeInactive,
boolean incSimpRep,
java.lang.String sessionId) |
static final boolean SKELETON_YES
static final boolean SKELETON_NO
static final boolean PATHS_YES
static final boolean PATHS_NO
static final boolean TOPLEVEL_YES
static final boolean TOPLEVEL_NO
static final boolean INCTRANSFORM_YES
static final boolean INCTRANSFORM_NO
static final boolean TRANSFORMASTABLE_YES
static final boolean TRANSFORMASTABLE_NO
static final boolean EXCLUDEINACTIVE_YES
static final boolean EXCLUDEINACTIVE_NO
static final boolean INCSIMPREP_YES
static final boolean INCSIMPREP_NO
GetPathsOutput getPaths(java.lang.String modelname, boolean skeleton, boolean paths, boolean toplevel, boolean incTransform, boolean transformAsTable, boolean excludeInactive, boolean incSimpRep, java.lang.String sessionId) throws JLIException
JLIExceptionGetPathsOutput getPaths(java.lang.String modelname, boolean skeleton, boolean paths, boolean toplevel, boolean incTransform, boolean transformAsTable, boolean excludeInactive, boolean incSimpRep, AbstractJLISession sess) throws JLIException
JLIException