public abstract class ItpamWebServiceClient
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ItpamWebServiceClient.ItpamAttachment
Abstract ITPAM attachment class extended by version specific classes
|
class |
ItpamWebServiceClient.ItpamEntityNotFoundException
Exception class instantiated and thrown when an ITPAM entity is inaccessible or not found.
|
class |
ItpamWebServiceClient.ItpamEventData
Abstract ITPAM event data class extended by version specific classes
|
class |
ItpamWebServiceClient.ItpamInteraction
Abstract ITPAM interaction class extended by version specific classes
|
class |
ItpamWebServiceClient.ItpamMethodNotSupportedException
Exception class instantiated and thrown when a web service method is not supported.
|
class |
ItpamWebServiceClient.ItpamParameter
Abstract ITPAM parameter class extended by version specific concrete classes
|
class |
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
Exception class instantiated and thrown when a required parameter is missing or invalid.
|
class |
ItpamWebServiceClient.ItpamProcessLogEntry
Abstract ITPAM process log entry class extended by version specific concrete classes
|
class |
ItpamWebServiceClient.ItpamProcessStatus
Abstract ITPAM process status class extended by version specific concrete classes,
|
class |
ItpamWebServiceClient.ItpamStartRequestForm
Abstract ITPAM start request status class extended by version specific concrete classes
|
class |
ItpamWebServiceClient.ItpamStartRequestStatus
Abstract ITPAM start request status class extended by version specific concrete classes
|
class |
ItpamWebServiceClient.ItpamStringToDateException
Exception class instantiated and thrown when an string to date conversion exception is thrown.
|
class |
ItpamWebServiceClient.ItpamUnknownHostException
Exception class instantiated and thrown when a user does not have permissions to complete the operation.
|
class |
ItpamWebServiceClient.ItpamUnsupportedParameterTypeException
Exception class instantiated and thrown when an unsupported IT PAM parameter is detected.
|
class |
ItpamWebServiceClient.ItpamUserPermissionsException
Exception class instantiated and thrown when a user does not have permissions to complete the operation.
|
class |
ItpamWebServiceClient.ItpamWebServiceClientException
Exception class instantiated and thrown when an unexpected exception is detected.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACOPYRIGHT
Public string constant required by CA
|
Modifier and Type | Method and Description |
---|---|
abstract void |
abortProcess(long lProcessId)
Abort process specified by process ID (2.2 and higher).
|
abstract void |
approvePendingInteraction(long lInteractionId,
java.util.Properties propertiesParameters)
Approve pending user interaction request.
|
java.lang.String |
controlInstance(java.lang.String rootUuid,
long instanceId,
java.lang.String tagId)
Set an instance of a Process or Start Request Form to be archived.
|
abstract void |
deleteArchivedInstances(java.lang.String strStartDate,
java.lang.String strEndDate)
Delete archived instances in date range specified (2.2 and higher).
|
abstract void |
deleteAttachment(long lAttachmentId)
Delete specified attachment.
|
abstract void |
deleteAttachments(long[] aryAttachmentIds)
Delete specified attachments.
|
abstract void |
exportObject(java.lang.String strSourcePath,
int intLevelsToSearch,
boolean bolIsAbsoluteSourcePath,
java.lang.String strTargetPath,
java.lang.String strTargetFileName,
boolean bolTargetPathIsLocal,
boolean bolOverwriteTargetFile,
java.lang.String[] aryObjectTypeFilterStrings)
Export object definition(s) to XML file (3.0 and higher).
|
abstract ItpamWebServiceClient.ItpamEventData |
generateEvent(java.lang.String strEventName,
java.lang.String strEventType,
java.lang.String strEventDestination,
java.lang.String strEventSource,
long lEventExpirationDuration,
boolean bolEventSingleSubscriber,
java.lang.String strEventPayload,
java.util.Properties propertiesParameters)
Generate event specified (3.0 and higher).
|
java.lang.String |
get_strTargetEndpointVersion() |
abstract java.util.Vector<ItpamWebServiceClient.ItpamAttachment> |
getAttachments(java.lang.String strContentId,
java.lang.String strContentType)
Get information for existing attachments.
|
java.lang.String |
getITPamVersionInfo()
Get Version of the ITPAM web service server.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamEventData> |
getMatchingEvents(java.lang.String strEventName,
java.lang.String strEventType,
java.lang.String strEventDestination,
java.lang.String strEventSource,
java.lang.String strEventExpression,
boolean bolAllowPartialMatch,
boolean bolEnablePatternMatch)
Get event data for events matching specified criteria (3.0 and higher).
|
abstract ItpamWebServiceClient.ItpamInteraction |
getPendingInteraction(long lInteractionId)
Get information related to pending user interaction specified.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamParameter> |
getPendingInteractionParameters(long lInteractionId)
Get parameter information for pending user interaction specified.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> |
getPendingInteractions()
Get pending interaction information.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamProcessLogEntry> |
getProcessLogs(long lProcessId,
java.lang.String strLevel,
java.lang.String[] aryCategories)
Get process logs (2.2 and higher).
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> |
getProcessPendingInteractions(long lProcessId)
Get list of pending interactions related to the process ID specified.
|
abstract ItpamWebServiceClient.ItpamProcessStatus |
getProcessStatus(long lProcessId)
Get current status of process specified.
|
ItpamWebServiceClient.ItpamProcessStatus |
getProcessStatus(long lProcessId,
java.lang.String tagId)
Get current status of process specified.
|
abstract java.lang.String |
getServerStatus()
Get current status of the ITPAM web service server.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamStartRequestForm> |
getStartRequestForms(java.lang.String[] aryKeywords,
java.lang.String strSearchPath,
boolean bolRecursive)
Search for and return available start request forms.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamParameter> |
getStartRequestParameters(java.lang.String strStartRequestName,
java.lang.String strStartRequestPath)
Get parameters for specified start request form.
|
abstract java.lang.String |
getStartRequestProcessReferenced(java.lang.String strStartRequestName,
java.lang.String strStartRequestPath)
Get process name referenced by the start request form specified (3.0 and higher).
|
abstract ItpamWebServiceClient.ItpamStartRequestStatus |
getStartRequestStatus(long lStartRequestId)
Get start request status object that includes the following information:
- Earliest Start Time - End Time - Interaction ID - Referenced Process - Start Time - State |
ItpamWebServiceClient.ItpamStartRequestStatus |
getStartRequestStatus(long lStartRequestId,
java.lang.String tagId)
Get start request status object that includes the following information: (4.0 and higher).
|
abstract void |
importObject(java.lang.String strSourcePathFileName,
java.lang.String strTargetLibraryPathName,
boolean bolMakeAvailable,
boolean bolMakeCurrent)
Import file into ITPAM library (2.2 and higher).
|
void |
importObject(java.lang.String strSourcePathFileName,
java.lang.String strTargetLibraryPathName,
boolean bolMakeAvailable,
boolean bolMakeCurrent,
java.lang.String overwriteAction)
Import file into ITPAM library (4.0 and higher).
|
abstract void |
rejectPendingInteraction(long lInteractionId)
Reject pending user interaction request.
|
abstract void |
resumeProcess(long lProcessId)
Resume process specified by process ID (2.2 and higher).
|
long |
startProcess(java.lang.String strProcessName,
java.util.Properties propertiesParameters,
java.lang.String strStartDate,
java.lang.String strStartTime,
java.lang.String tagId,
java.lang.Boolean isAutoArchive,
java.lang.String priority,
java.lang.String strParameterNameAttachments,
java.util.Properties propertiesAttachments)
Start process specified.
|
abstract long |
startProcess(java.lang.String strProcessName,
java.util.Properties propertiesParameters,
java.lang.String strStartDate,
java.lang.String strStartTime,
java.lang.String strParameterNameAttachments,
java.util.Properties propertiesAttachments)
Start process specified.
|
long |
startRequest(java.lang.String strName,
java.lang.String strPath,
java.util.Properties propertiesParameters,
java.lang.String strStartDate,
java.lang.String strStartTime,
java.lang.String tagId,
java.lang.Boolean isAutoArchive,
java.lang.String priority,
java.lang.String strParameterNameAttachments,
java.util.Properties propertiesAttachments)
Initiate process via start request form.
|
abstract long |
startRequest(java.lang.String strName,
java.lang.String strPath,
java.util.Properties propertiesParameters,
java.lang.String strStartDate,
java.lang.String strStartTime,
java.lang.String strParameterNameAttachments,
java.util.Properties propertiesAttachments)
Initiate process via start request form.
|
abstract void |
suspendProcess(long lProcessId)
Suspend process specified by process ID (2.2 and higher).
|
public static final java.lang.String CACOPYRIGHT
public java.lang.String get_strTargetEndpointVersion()
public abstract void abortProcess(long lProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - Long process ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void approvePendingInteraction(long lInteractionId, java.util.Properties propertiesParameters) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lInteractionId
- - long user interaction ID valuepropertiesParameters
- - Properties object encapsulating parameter names and valuesItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void deleteArchivedInstances(java.lang.String strStartDate, java.lang.String strEndDate) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strStartDate
- - String set to start date of date rangestrEndDate
- - String set to end date of date rangef
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void deleteAttachment(long lAttachmentId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lAttachmentId
- - long attachment ID value to be deletedItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void deleteAttachments(long[] aryAttachmentIds) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
aryAttachmentIds
- - Array of long attachment ID valuesItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void exportObject(java.lang.String strSourcePath, int intLevelsToSearch, boolean bolIsAbsoluteSourcePath, java.lang.String strTargetPath, java.lang.String strTargetFileName, boolean bolTargetPathIsLocal, boolean bolOverwriteTargetFile, java.lang.String[] aryObjectTypeFilterStrings) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strSourcePath
- - String set to source library path for object definition(s) to be exportedintLevelsToSearch
- - Integer set to levels to search for object definition(s) to be exportedbolIsAbsoluteSourcePath
- - Boolean set to true if source path references in the exported object
definition(s) should be absolute or false to use relative referencesstrTargetPath
- - String set to target path for exported definition(s)strTargetFileName
- - String set to target file name for exported definition(s)bolTargetPathIsLocal
- - Boolean set to true if target path/file name is localbolOverwriteTargetFile
- - Boolean set to true to overwrite target file if it existsaryObjectTypeFilterStrings
- - Array of strings set to object types of objects in the source path to
be exported
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamEventData generateEvent(java.lang.String strEventName, java.lang.String strEventType, java.lang.String strEventDestination, java.lang.String strEventSource, long lEventExpirationDuration, boolean bolEventSingleSubscriber, java.lang.String strEventPayload, java.util.Properties propertiesParameters) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strEventName
- - Set set to an event name that will recognized by the process operator(s) waiting for the eventstrEventType
- - String set to an event type that will recognized by the process operator(s) waiting for the event
or nullstrEventDestination
- - String set to an event destination that will recognized by the process operator(s) waiting
for the event or nullstrEventSource
- - String set to an event source that will recognized by the process operator(s) waiting
for the event or nulllEventExpirationDuration
- - long set to time in seconds before the event expiresbolEventSingleSubscriber
- - boolean value set to true if one and only one process operator may consume the event
(i.e., the first operator waiting for a matching event will "consume" the event - it will not be visible to other
waiting process operators waiting for events)strEventPayload
- - String set to content that will be used by the waiting process(es) or nullpropertiesParameters
- - Properties object encapsulating name/value pairs of parameter names and corresponding
values to be used by the waiting process(es) or null
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamAttachment> getAttachments(java.lang.String strContentId, java.lang.String strContentType) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strContentId
- - String set to content ID or nullstrContentType
- - String set to content Type or nullItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamEventData> getMatchingEvents(java.lang.String strEventName, java.lang.String strEventType, java.lang.String strEventDestination, java.lang.String strEventSource, java.lang.String strEventExpression, boolean bolAllowPartialMatch, boolean bolEnablePatternMatch) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strEventName
- - String set to an event name that will recognized by the process operator(s) waiting for the event (required)strEventType
- - String set to an event type that will recognized by the process operator(s) waiting for the event or nullstrEventDestination
- - String set to an event destination that will recognized by the process operator(s) waiting
for the event or nullstrEventSource
- - String set to an event source that will recognized by the process operator(s) waiting
for the event or nullstrEventExpression
- - String set to an expression that will be compared to event "payload" parameter(s)
(ex. payload.paramName=="paramValue") or nullbolAllowPartialMatch
- - boolean value set to true to return data for events that partially match the specified
criteriabolEnablePatternMatch
- - boolean value set to true if criteria specified includes regex-type patterns
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamInteraction getPendingInteraction(long lInteractionId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lInteractionId
- - long pending user interaction request ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamParameter> getPendingInteractionParameters(long lInteractionId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamUnsupportedParameterTypeException, ItpamWebServiceClient.ItpamWebServiceClientException
lInteractionId
- - long pending user interaction request ID valueItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
ItpamWebServiceClient.ItpamUnsupportedParameterTypeException
public abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> getPendingInteractions() throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamProcessLogEntry> getProcessLogs(long lProcessId, java.lang.String strLevel, java.lang.String[] aryCategories) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long process ID valuestrLevel
- - String set to minimum severity level to be returned
(Valid Levels: Level: error ,warning, notice, and normal; If the user specifies an invalid level, it will be treated as normal (the lowest level)aryCategories
- - Array of Strings set to log categories
(i.e. Operator, Process, userMsg; ignored if invalid string specified)ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> getProcessPendingInteractions(long lProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long process ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamProcessStatus getProcessStatus(long lProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long process ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public ItpamWebServiceClient.ItpamProcessStatus getProcessStatus(long lProcessId, java.lang.String tagId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long process ID valuetagId
- - String tag Id valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.lang.String getServerStatus() throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public java.lang.String getITPamVersionInfo() throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamStartRequestForm> getStartRequestForms(java.lang.String[] aryKeywords, java.lang.String strSearchPath, boolean bolRecursive) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
aryKeywords
- - Array of Strings set to to keywords to used in search filter (Note: Ignored for version 2.1)strSearchPath
- - String set to search path to be set as the root folder of the search (Note: Ignored for version 2.1)bolRecursive
- - boolean set to true to search through child folders of the root folder specified (Note: Ignored for version 2.1)ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.util.Vector<ItpamWebServiceClient.ItpamParameter> getStartRequestParameters(java.lang.String strStartRequestName, java.lang.String strStartRequestPath) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamUnsupportedParameterTypeException, ItpamWebServiceClient.ItpamWebServiceClientException
strStartRequestName
- - String set to start request form namestrStartRequestPath
- - String set to start request form source library pathItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUnsupportedParameterTypeException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.lang.String getStartRequestProcessReferenced(java.lang.String strStartRequestName, java.lang.String strStartRequestPath) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strStartRequestName
- - String set to start request form namestrStartRequestPath
- - String set to start request form library pathItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamStartRequestStatus getStartRequestStatus(long lStartRequestId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lStartRequestId
- - long start request ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public ItpamWebServiceClient.ItpamStartRequestStatus getStartRequestStatus(long lStartRequestId, java.lang.String tagId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lStartRequestId
- - long start request ID valuetagId
- - String tag IDItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public java.lang.String controlInstance(java.lang.String rootUuid, long instanceId, java.lang.String tagId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
rootUuid
- - String Root UUIDinstanceId
- - String Instance IDtagId
- - String Tag IDItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void importObject(java.lang.String strSourcePathFileName, java.lang.String strTargetLibraryPathName, boolean bolMakeAvailable, boolean bolMakeCurrent) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strSourcePathFileName
- - String set to path and file name of file to be importedstrTargetLibraryPathName
- - String set to target library path and object namebolMakeAvailable
- - boolean set to true if imported file should be flagged as availablebolMakeCurrent
- - boolean set to true if imported file should be flagged as the current versionItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public void importObject(java.lang.String strSourcePathFileName, java.lang.String strTargetLibraryPathName, boolean bolMakeAvailable, boolean bolMakeCurrent, java.lang.String overwriteAction) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strSourcePathFileName
- - String set to path and file name of file to be importedstrTargetLibraryPathName
- - String set to target library path and object namebolMakeAvailable
- - boolean set to true if imported file should be flagged as availablebolMakeCurrent
- - boolean set to true if imported file should be flagged as the current versionOverwriteAction
- - string set to incrementObjectVersion, skipImport, or replaceObjectItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void rejectPendingInteraction(long lInteractionId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lInteractionId
- - long user interaction ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void resumeProcess(long lProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long process ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract long startProcess(java.lang.String strProcessName, java.util.Properties propertiesParameters, java.lang.String strStartDate, java.lang.String strStartTime, java.lang.String strParameterNameAttachments, java.util.Properties propertiesAttachments) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strProcessName
- - String set to fully qualified process namepropertiesParameters
- - Properties object encapsulating parameter names and values or nullstrStartDate
- - String set to start date ('yyyy-MM-dd', 'yyyy/MM/dd', 'MM-dd-yyyy', 'MM/dd/yyyy') or null. Required if
parameter 'strStartTime' is specifiedstrStartTime
- - String set to time ('hh:mm:ss', 'hh:mm') or nullstrParameterNameAttachments
- - String set to parameter name attachments will be linked or null. Required if attachment
properties are specified.propertiesAttachments
- - Properties object encapsulating attachment name and URI name/value pairsItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public long startProcess(java.lang.String strProcessName, java.util.Properties propertiesParameters, java.lang.String strStartDate, java.lang.String strStartTime, java.lang.String tagId, java.lang.Boolean isAutoArchive, java.lang.String priority, java.lang.String strParameterNameAttachments, java.util.Properties propertiesAttachments) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strProcessName
- - String set to fully qualified process namepropertiesParameters
- - Properties object encapsulating parameter names and values or nullstrStartDate
- - String set to start date ('yyyy-MM-dd', 'yyyy/MM/dd', 'MM-dd-yyyy', 'MM/dd/yyyy') or null. Required if
parameter 'strStartTime' is specifiedstrStartTime
- - String set to time ('hh:mm:ss', 'hh:mm') or nulltagId
- - String tag IDisAutoArchive
- - Booleanpriority
- - StringstrParameterNameAttachments
- - String set to parameter name attachments will be linked or null. Required if attachment
properties are specified.propertiesAttachments
- - Properties object encapsulating attachment name and URI name/value pairsItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract long startRequest(java.lang.String strName, java.lang.String strPath, java.util.Properties propertiesParameters, java.lang.String strStartDate, java.lang.String strStartTime, java.lang.String strParameterNameAttachments, java.util.Properties propertiesAttachments) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strName
- - String set to start request form namestrPath
- - String set to start request form library pathpropertiesParameters
- - Properties object encapsulating parameter names and values or nullstrStartDate
- - String set to start date ('yyyy-MM-dd', 'yyyy/MM/dd', 'MM-dd-yyyy', 'MM/dd/yyyy') or nullstrStartTime
- - String set to time ('hh:mm:ss', 'hh:mm') or nullstrParameterNameAttachments
- - String set to parameter name attachments will be linked or null. Required if attachment
properties are specified.propertiesAttachments
- - Properties object encapsulating attachment name and URI name/value pairsItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public long startRequest(java.lang.String strName, java.lang.String strPath, java.util.Properties propertiesParameters, java.lang.String strStartDate, java.lang.String strStartTime, java.lang.String tagId, java.lang.Boolean isAutoArchive, java.lang.String priority, java.lang.String strParameterNameAttachments, java.util.Properties propertiesAttachments) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strName
- - String set to start request form namestrPath
- - String set to start request form library pathpropertiesParameters
- - Properties object encapsulating parameter names and values or nullstrStartDate
- - String set to start date ('yyyy-MM-dd', 'yyyy/MM/dd', 'MM-dd-yyyy', 'MM/dd/yyyy') or nullstrStartTime
- - String set to time ('hh:mm:ss', 'hh:mm') or nulltagId
- - String tag IDisAutoArchive
- - Booleanpriority
- - StringstrParameterNameAttachments
- - String set to parameter name attachments will be linked or null. Required if attachment
properties are specified.propertiesAttachments
- - Properties object encapsulating attachment name and URI name/value pairsItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void suspendProcess(long lProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long process ID valueItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception