public class ResourceLogGatewayClient extends Interface_Client
Constructor and Description |
---|
ResourceLogGatewayClient(java.lang.String uri)
the only constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
checkConnection(java.lang.String handle)
Checks if a sessionhandle is active
|
java.lang.String |
connect(java.lang.String userID,
java.lang.String password)
Connects an external entity to the resource service
|
java.lang.String |
getAllResourceEvents(java.lang.String handle)
Gets an xml list of all the resource events logged
|
java.lang.String |
getCaseEvent(java.lang.String caseID,
boolean launch,
java.lang.String handle)
Gets an xml record of the logged case launch or cancel event
|
java.lang.String |
getCaseEvents(java.lang.String caseID,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an summary xml list of all the logged events for a case within the time
range specified
|
java.lang.String |
getCaseEvents(java.lang.String caseID,
long from,
long to,
java.lang.String handle)
Gets an summary xml list of all the logged events for a case within the time
range specified
|
java.lang.String |
getCaseEvents(java.lang.String caseID,
java.lang.String handle)
Gets an summary xml list of all the logged events for a case
|
java.lang.String |
getCaseHistoryInvolvingParticipant(java.lang.String pid,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all case events for all cases in which the specified
participant had some involvement within the time range specified
|
java.lang.String |
getCaseHistoryInvolvingParticipant(java.lang.String pid,
long from,
long to,
java.lang.String handle)
Gets an xml list of all case events for all cases in which the specified
participant had some involvement within the time range specified
|
java.lang.String |
getCaseHistoryInvolvingParticipant(java.lang.String pid,
java.lang.String handle)
Gets an xml list of all case events for all cases in which the specified
participant had some involvement
|
java.lang.String |
getCaseStartedBy(java.lang.String caseID,
java.lang.String handle)
Gets an summary xml list of all the specifications logged
|
java.lang.String |
getMergedXESLog(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
boolean withData,
java.lang.String handle)
Gets all events for all cases of the specification passed, from both the resource
service and the engine, merged together, optionally including the data value
changes from the engine's log
|
java.lang.String |
getMergedXESLog(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String handle)
Gets all events for all cases of the specification passed, from both the resource
service and the engine, merged together
|
java.lang.String |
getParticipantHistory(java.lang.String pid,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all work item events involving the specified participant
within the time range specified
|
java.lang.String |
getParticipantHistory(java.lang.String pid,
long from,
long to,
java.lang.String handle)
Gets an xml list of all work item events involving the specified participant
within the time range specified
|
java.lang.String |
getParticipantHistory(java.lang.String pid,
java.lang.String handle)
Gets an xml list of all work item events involving the specified participant
|
java.lang.String |
getParticipantHistoryForEvent(java.lang.String pid,
java.lang.String eventName,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all instances of the specified event involving the
specified participant within the time range specified
|
java.lang.String |
getParticipantHistoryForEvent(java.lang.String pid,
java.lang.String eventName,
long from,
long to,
java.lang.String handle)
Gets an xml list of all instances of the specified event involving the
specified participant within the time range specified
|
java.lang.String |
getParticipantHistoryForEvent(java.lang.String pid,
java.lang.String eventName,
java.lang.String handle)
Gets an xml list of all instances of the specified event involving the
specified participant
|
java.lang.String |
getResourceHistory(java.lang.String id,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all work item events involving the specified resource
within the time range specified (can be a Participant or a NonHumanResource)
|
java.lang.String |
getResourceHistory(java.lang.String id,
long from,
long to,
java.lang.String handle)
Gets an xml list of all work item events involving the specified resource
within the time range specified (can be a Participant or a NonHumanResource)
|
java.lang.String |
getResourceHistory(java.lang.String id,
java.lang.String handle)
Gets an xml list of all work item events involving the specified resource
(can be a Participant or a NonHumanResource)
|
java.lang.String |
getResourceHistoryForEvent(java.lang.String id,
java.lang.String eventName,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all instances of the specified event involving the
specified participant within the time range specified
|
java.lang.String |
getResourceHistoryForEvent(java.lang.String id,
java.lang.String eventName,
long from,
long to,
java.lang.String handle)
Gets an xml list of all instances of the specified event involving the
specified resource within the time range specified (can be a Participant
or a NonHumanResource)
|
java.lang.String |
getResourceHistoryForEvent(java.lang.String id,
java.lang.String eventName,
java.lang.String handle)
Gets an xml list of all instances of the specified event involving the
specified resource (can be a Participant or a NonHumanResource)
|
java.lang.String |
getSpecificationEvents(java.util.Set<YSpecificationID> specIDs,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications in a Set
|
java.lang.String |
getSpecificationEvents(java.util.Set<YSpecificationID> specIDs,
long from,
long to,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications in a Set
|
java.lang.String |
getSpecificationEvents(java.util.Set<YSpecificationID> specIDs,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications in a Set
|
java.lang.String |
getSpecificationEvents(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all case events for all case instances of a specification
|
java.lang.String |
getSpecificationEvents(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
long from,
long to,
java.lang.String handle)
Gets an xml list of all case events for all case instances of a specification
|
java.lang.String |
getSpecificationEvents(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String handle)
Gets an xml list of all case events for all case instances of a specification
|
java.lang.String |
getSpecificationEvents(YSpecificationID specID,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all case events for all case instances of a specification
|
java.lang.String |
getSpecificationEvents(YSpecificationID specID,
long from,
long to,
java.lang.String handle)
Gets an xml list of all case events for all case instances of a specification
|
java.lang.String |
getSpecificationEvents(YSpecificationID specID,
java.lang.String handle)
Gets an xml list of all case events for all case instances of a specification
|
java.lang.String |
getSpecificationEventsByID(java.lang.String id,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications with a matching identifier
|
java.lang.String |
getSpecificationEventsByID(java.lang.String id,
long from,
long to,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications with a matching identifier
|
java.lang.String |
getSpecificationEventsByID(java.lang.String id,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications with a matching identifier
|
java.lang.String |
getSpecificationEventsByURI(java.lang.String uri,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications with a matching URI (name)
|
java.lang.String |
getSpecificationEventsByURI(java.lang.String uri,
long from,
long to,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications with a matching URI (name)
|
java.lang.String |
getSpecificationEventsByURI(java.lang.String uri,
java.lang.String handle)
Gets an xml list of all case events for all case instances of all the
specifications with a matching URI (name)
|
java.lang.String |
getSpecificationIdentifiers(long key,
java.lang.String handle)
Gets an xml string of the YSpecificationID for a specification key (returned
in the xml of one of the other log methods)
|
java.lang.String |
getSpecificationStatistics(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all case instances of a specification
|
java.lang.String |
getSpecificationStatistics(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all case instances of a specification
|
java.lang.String |
getSpecificationStatistics(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String handle)
Gets a summary set of statistics for all case instances of a specification
|
java.lang.String |
getSpecificationStatistics(YSpecificationID specID,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all case instances of a specification
|
java.lang.String |
getSpecificationStatistics(YSpecificationID specID,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all case instances of a specification
|
java.lang.String |
getSpecificationStatistics(YSpecificationID specID,
java.lang.String handle)
Gets a summary set of statistics for all case instances of a specification
|
java.lang.String |
getSpecificationXESLog(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String handle)
Gets all events for all cases of the specification passed
|
java.lang.String |
getTaskStatistics(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String taskName,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all instances of a specified task
|
java.lang.String |
getTaskStatistics(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String taskName,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all instances of a specified task
|
java.lang.String |
getTaskStatistics(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String taskName,
java.lang.String handle)
Gets a summary set of statistics for all instances of a specified task
|
java.lang.String |
getTaskStatistics(YSpecificationID specID,
java.lang.String taskName,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all instances of a specified task
|
java.lang.String |
getTaskStatistics(YSpecificationID specID,
java.lang.String taskName,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all instances of a specified task
|
java.lang.String |
getTaskStatistics(YSpecificationID specID,
java.lang.String taskName,
java.lang.String handle)
Gets a summary set of statistics for all instances of a specified task
|
java.lang.String |
getTaskStatisticsForCase(java.lang.String caseID,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified case
|
java.lang.String |
getTaskStatisticsForCase(java.lang.String caseID,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified case
|
java.lang.String |
getTaskStatisticsForCase(java.lang.String caseID,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified case
|
java.lang.String |
getTaskStatisticsForSpecification(java.util.Set<YSpecificationID> specIDs,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications in a Set
|
java.lang.String |
getTaskStatisticsForSpecification(java.util.Set<YSpecificationID> specIDs,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications in a Set
|
java.lang.String |
getTaskStatisticsForSpecification(java.util.Set<YSpecificationID> specIDs,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications in a Set
|
java.lang.String |
getTaskStatisticsForSpecification(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified specification
|
java.lang.String |
getTaskStatisticsForSpecification(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified specification
|
java.lang.String |
getTaskStatisticsForSpecification(java.lang.String identifier,
java.lang.String version,
java.lang.String uri,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified specification
|
java.lang.String |
getTaskStatisticsForSpecification(YSpecificationID specID,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified specification
|
java.lang.String |
getTaskStatisticsForSpecification(YSpecificationID specID,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified specification
|
java.lang.String |
getTaskStatisticsForSpecification(YSpecificationID specID,
java.lang.String handle)
Gets a summary set of statistics for all task instances of a specified specification
|
java.lang.String |
getTaskStatisticsForSpecificationUID(java.lang.String id,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications with a matching identifier
|
java.lang.String |
getTaskStatisticsForSpecificationUID(java.lang.String id,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications with a matching identifier
|
java.lang.String |
getTaskStatisticsForSpecificationUID(java.lang.String id,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications with a matching identifier
|
java.lang.String |
getTaskStatisticsForSpecificationURI(java.lang.String uri,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications with a matching URI (name)
|
java.lang.String |
getTaskStatisticsForSpecificationURI(java.lang.String uri,
long from,
long to,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications with a matching URI (name)
|
java.lang.String |
getTaskStatisticsForSpecificationURI(java.lang.String uri,
java.lang.String handle)
Gets a summary set of statistics for all task instances of all the
specifications with a matching URI (name)
|
java.lang.String |
getWorkItemAllocated(java.lang.String itemID,
java.lang.String handle)
Gets an xml string of the 'allocate' event for the specified work item
|
java.lang.String |
getWorkItemEvents(java.lang.String itemID,
boolean fullName,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String handle)
Gets an summary xml list of all logged events for a workitem within the time
range specified
|
java.lang.String |
getWorkItemEvents(java.lang.String itemID,
boolean fullName,
long from,
long to,
java.lang.String handle)
Gets an summary xml list of all logged events for a workitem within the time
range specified
|
java.lang.String |
getWorkItemEvents(java.lang.String itemID,
boolean fullName,
java.lang.String handle)
Gets an summary xml list of all logged events for a workitem
|
java.lang.String |
getWorkItemOffered(java.lang.String itemID,
java.lang.String handle)
Gets an xml list of all 'offer' events for the specified work item
|
java.lang.String |
getWorkItemStarted(java.lang.String itemID,
java.lang.String handle)
Gets an xml string of the 'start' event for the specified work item
|
executeGet, executePost, getReply, initPostConnection, prepareParamMap, send, setReadTimeout, stripOuterElement, successful
public ResourceLogGatewayClient(java.lang.String uri)
uri
- the uri of the YAWL Resource Service's log gatewaypublic java.lang.String getAllResourceEvents(java.lang.String handle) throws java.io.IOException
handle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseStartedBy(java.lang.String caseID, java.lang.String handle) throws java.io.IOException
caseID
- the case idhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseEvents(java.lang.String caseID, java.lang.String handle) throws java.io.IOException
caseID
- the case idhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseEvents(java.lang.String caseID, long from, long to, java.lang.String handle) throws java.io.IOException
caseID
- the case idfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseEvents(java.lang.String caseID, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
caseID
- the case iddateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseEvent(java.lang.String caseID, boolean launch, java.lang.String handle) throws java.io.IOException
caseID
- the case idlaunch
- true for the launch_case event, false for the cancel_case eventhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getWorkItemEvents(java.lang.String itemID, boolean fullName, java.lang.String handle) throws java.io.IOException
itemID
- the workitem's id stringhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getWorkItemEvents(java.lang.String itemID, boolean fullName, long from, long to, java.lang.String handle) throws java.io.IOException
itemID
- the workitem's id stringfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getWorkItemEvents(java.lang.String itemID, boolean fullName, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
itemID
- the workitem's id stringdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getParticipantHistory(java.lang.String pid, java.lang.String handle) throws java.io.IOException
pid
- the participant identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getParticipantHistory(java.lang.String pid, long from, long to, java.lang.String handle) throws java.io.IOException
pid
- the participant identifierfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getParticipantHistory(java.lang.String pid, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
pid
- the participant identifierdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getResourceHistory(java.lang.String id, java.lang.String handle) throws java.io.IOException
id
- the resource identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getResourceHistory(java.lang.String id, long from, long to, java.lang.String handle) throws java.io.IOException
id
- the resource identifierfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getResourceHistory(java.lang.String id, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
id
- the resource identifierdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getParticipantHistoryForEvent(java.lang.String pid, java.lang.String eventName, java.lang.String handle) throws java.io.IOException
pid
- the participant identifiereventName
- a String matching one of the EventLogger events (offer, allocate,
start, reallocate and so on)handle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getParticipantHistoryForEvent(java.lang.String pid, java.lang.String eventName, long from, long to, java.lang.String handle) throws java.io.IOException
pid
- the participant identifiereventName
- a String matching one of the EventLogger events (offer, allocate,
start, reallocate and so on)from
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getParticipantHistoryForEvent(java.lang.String pid, java.lang.String eventName, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
pid
- the participant identifiereventName
- a String matching one of the EventLogger events (offer, allocate,
start, reallocate and so on)dateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getResourceHistoryForEvent(java.lang.String id, java.lang.String eventName, java.lang.String handle) throws java.io.IOException
id
- the resource identifiereventName
- a String matching one of the EventLogger events (offer, allocate,
start, reallocate and so on)handle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getResourceHistoryForEvent(java.lang.String id, java.lang.String eventName, long from, long to, java.lang.String handle) throws java.io.IOException
id
- the resource identifiereventName
- a String matching one of the EventLogger events (offer, allocate,
start, reallocate and so on)from
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getResourceHistoryForEvent(java.lang.String id, java.lang.String eventName, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
id
- the participant identifiereventName
- a String matching one of the EventLogger events (offer, allocate,
start, reallocate and so on)dateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getWorkItemOffered(java.lang.String itemID, java.lang.String handle) throws java.io.IOException
itemID
- the work item identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getWorkItemAllocated(java.lang.String itemID, java.lang.String handle) throws java.io.IOException
itemID
- the work item identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getWorkItemStarted(java.lang.String itemID, java.lang.String handle) throws java.io.IOException
itemID
- the work item identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseHistoryInvolvingParticipant(java.lang.String pid, java.lang.String handle) throws java.io.IOException
pid
- the identifier of the participanthandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseHistoryInvolvingParticipant(java.lang.String pid, long from, long to, java.lang.String handle) throws java.io.IOException
pid
- the identifier of the participantfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getCaseHistoryInvolvingParticipant(java.lang.String pid, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
pid
- the identifier of the participantdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification urihandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(java.lang.String identifier, java.lang.String version, java.lang.String uri, long from, long to, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification urifrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification uridateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(YSpecificationID specID, java.lang.String handle) throws java.io.IOException
specID
- the specification identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(YSpecificationID specID, long from, long to, java.lang.String handle) throws java.io.IOException
specID
- the specification identifierfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(YSpecificationID specID, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
specID
- the specification identifierdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(java.util.Set<YSpecificationID> specIDs, java.lang.String handle) throws java.io.IOException
specIDs
- the set of specification identifiershandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(java.util.Set<YSpecificationID> specIDs, long from, long to, java.lang.String handle) throws java.io.IOException
specIDs
- the set of specification identifiersfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEvents(java.util.Set<YSpecificationID> specIDs, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
specIDs
- the set of specification identifiersdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEventsByURI(java.lang.String uri, java.lang.String handle) throws java.io.IOException
uri
- the uri or name of the specificationhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEventsByURI(java.lang.String uri, long from, long to, java.lang.String handle) throws java.io.IOException
uri
- the uri or name of the specificationfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEventsByURI(java.lang.String uri, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
uri
- the uri or name of the specificationdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEventsByID(java.lang.String id, java.lang.String handle) throws java.io.IOException
id
- the unique identifier of the specificationhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEventsByID(java.lang.String id, long from, long to, java.lang.String handle) throws java.io.IOException
id
- the unique identifier of the specificationfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationEventsByID(java.lang.String id, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
id
- the unique identifier of the specificationdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatistics(YSpecificationID specID, java.lang.String taskName, java.lang.String handle) throws java.io.IOException
specID
- the specification identifier that contains the tasktaskName
- the name of the taskhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatistics(YSpecificationID specID, java.lang.String taskName, long from, long to, java.lang.String handle) throws java.io.IOException
specID
- the specification identifier that contains the tasktaskName
- the name of the taskfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatistics(YSpecificationID specID, java.lang.String taskName, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
specID
- the specification identifier that contains the tasktaskName
- the name of the taskdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatistics(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String taskName, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification uritaskName
- the name of the taskhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatistics(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String taskName, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification uritaskName
- the name of the taskdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatistics(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String taskName, long from, long to, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification uritaskName
- the name of the taskfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForCase(java.lang.String caseID, java.lang.String handle) throws java.io.IOException
caseID
- the id of the casehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForCase(java.lang.String caseID, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
caseID
- the id of the casedateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForCase(java.lang.String caseID, long from, long to, java.lang.String handle) throws java.io.IOException
caseID
- the id of the casefrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(YSpecificationID specID, java.lang.String handle) throws java.io.IOException
specID
- the specification identifier that contains the taskhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(YSpecificationID specID, long from, long to, java.lang.String handle) throws java.io.IOException
specID
- the specification identifier that contains the taskfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(YSpecificationID specID, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
specID
- the specification identifier that contains the taskdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification urihandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification uridateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(java.lang.String identifier, java.lang.String version, java.lang.String uri, long from, long to, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification urifrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(java.util.Set<YSpecificationID> specIDs, java.lang.String handle) throws java.io.IOException
specIDs
- the set of specification identifiershandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(java.util.Set<YSpecificationID> specIDs, long from, long to, java.lang.String handle) throws java.io.IOException
specIDs
- the set of specification identifiersfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecification(java.util.Set<YSpecificationID> specIDs, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
specIDs
- the set of specification identifiersdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecificationURI(java.lang.String uri, java.lang.String handle) throws java.io.IOException
uri
- the uri or name of the specificationhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecificationURI(java.lang.String uri, long from, long to, java.lang.String handle) throws java.io.IOException
uri
- the uri or name of the specificationfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecificationURI(java.lang.String uri, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
uri
- the uri or name of the specificationdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecificationUID(java.lang.String id, java.lang.String handle) throws java.io.IOException
id
- the unique identifier of the specificationhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecificationUID(java.lang.String id, long from, long to, java.lang.String handle) throws java.io.IOException
id
- the unique identifier of the specificationfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getTaskStatisticsForSpecificationUID(java.lang.String id, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
id
- the unique identifier of the specificationdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationStatistics(YSpecificationID specID, java.lang.String handle) throws java.io.IOException
specID
- the specification identifierhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationStatistics(YSpecificationID specID, long from, long to, java.lang.String handle) throws java.io.IOException
specID
- the specification identifierfrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationStatistics(YSpecificationID specID, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
specID
- the specification identifierdateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationStatistics(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification urihandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationStatistics(java.lang.String identifier, java.lang.String version, java.lang.String uri, long from, long to, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification urifrom
- the lower time range valueto
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationStatistics(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String handle) throws java.io.IOException
identifier
- the unique specification identifierversion
- the specification versionuri
- the specification uridateFrom
- the lower time range valuedateTo
- the upper time range valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationIdentifiers(long key, java.lang.String handle) throws java.io.IOException
key
- the specification key valuehandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getSpecificationXESLog(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String handle) throws java.io.IOException
identifier
- the unique identifier of the specificationversion
- the specification's version numberuri
- the specification's urihandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getMergedXESLog(java.lang.String identifier, java.lang.String version, java.lang.String uri, java.lang.String handle) throws java.io.IOException
identifier
- the unique identifier of the specificationversion
- the specification's version numberuri
- the specification's urihandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String getMergedXESLog(java.lang.String identifier, java.lang.String version, java.lang.String uri, boolean withData, java.lang.String handle) throws java.io.IOException
identifier
- the unique identifier of the specificationversion
- the specification's version numberuri
- the specification's uriwithData
- if true, the data value changes in the engine log are includedhandle
- an active sessionhandlejava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String connect(java.lang.String userID, java.lang.String password) throws java.io.IOException
userID
- the useridpassword
- the passwordjava.io.IOException
- if there's a problem connecting to the servicepublic java.lang.String checkConnection(java.lang.String handle) throws java.io.IOException
handle
- the sessionhandle to checkjava.io.IOException
- if there's a problem connecting to the serviceCopyright © 2004-2014 The YAWL Foundation.