|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.server.VWInjectInfo | +--filenet.vw.api.VWInjectSessionInfo
VWSession.createLiveWorkObject(String[], Object[], String, int)
,
which produces an instance of VWCreateLiveWOResult
.
Use this class to get information about an inject session. An inject session injects objects into the workflow system through the VWNewWorkObject class.
The user specifies the inject session and its name, choosing one of the following:
VWNewWorkObject
, Serialized FormMethod Summary | |
static boolean |
DeleteInjectSession(VWRoster server,
java.lang.String sessionName)
Deprecated. Deletes an inject session. |
static VWInjectSessionInfo |
GetInjectSessionInfo(VWRoster server,
java.lang.String sessionName,
boolean nextName)
Deprecated. Gets status information on the specified inject session. |
java.util.Date |
getLastUpdateTime()
Deprecated. Gets the time when the system last used the inject session. |
java.lang.String |
getSessionName()
Deprecated. Gets the session name. |
java.lang.String |
getSessionStatus()
Deprecated. Get session status. |
java.lang.String |
toString()
Deprecated. Get the string version of the values of the sessionName, sessionStatus, and lastUpdateTime of the inject session. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static boolean DeleteInjectSession(VWRoster server, java.lang.String sessionName) throws VWException
server
- A roster object containing the name of the server
that started the inject session after a call to the
VWNewWorkObject.SaveMany() method.sessionName
- The session name.true
if the inject
session was successfully deleted; otherwise, the method returns
false.VWException
- The method throws an exception if the
inject session could not be deleted.public static VWInjectSessionInfo GetInjectSessionInfo(VWRoster server, java.lang.String sessionName, boolean nextName) throws VWException
server
- A roster object containing the name of the roster
on the server used to inject the session. For the Java
API, this parameter is the entry for the
VWNewWorkObject.SaveMany() method serverToUse parameter.
sessionName
- The user-assigned name
for the inject session. For the Java API, this parameter
may become the sessionName parameter value the
VWNewWorkObject.SaveMany() method.
nextName
- A boolean value. Specify true
to retrieve
information about the next session (after the session defined in
the sessionName parameter); specify false
to retrieve the
information defined for this session only (in the sessionName
parameter).
VWException
- The method throws an exception if the
program cannot obtain and report the status information for the
specified inject session.VWNewWorkObject
public java.lang.String getSessionName()
getSessionName
in class filenet.vw.server.VWInjectInfo
public java.lang.String getSessionStatus()
getSessionStatus
in class filenet.vw.server.VWInjectInfo
public java.util.Date getLastUpdateTime()
getLastUpdateTime
in class filenet.vw.server.VWInjectInfo
public java.lang.String toString()
toString
in class filenet.vw.server.VWInjectInfo
VWNewWorkObject.SaveMany(VWNewWorkObject[], VWRoster, String,
String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |