|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ca.dso.itpam.webservice.client.ItpamWebServiceClient
public abstract class ItpamWebServiceClient
Nested Class Summary | |
---|---|
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.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.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.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. |
Field Summary | |
---|---|
static java.lang.String |
CACOPYRIGHT
Public string constant required by CA |
Method Summary | |
---|---|
abstract void |
abortProcess(java.lang.String strProcessId)
Abort process specified by process ID. |
abstract void |
approvePendingInteraction(java.lang.String strInteractionId,
java.util.Properties propertiesParameters)
Approve pending user interaction request. |
abstract void |
deleteArchivedInstances(java.lang.String strStartDate,
java.lang.String strEndDate)
Delete archived instances in date range specified. |
abstract void |
deleteAttachment(java.lang.String strAttachmentId)
Delete specified attachment. |
abstract void |
deleteAttachments(java.lang.String[] aryAttachmentIds)
Delete specified attachments. |
abstract java.util.Vector<ItpamWebServiceClient.ItpamAttachment> |
getAttachments(java.lang.String strContentId,
java.lang.String strContentType)
Get information for existing attachments. |
abstract ItpamWebServiceClient.ItpamInteraction |
getPendingInteraction(java.lang.String strInteractionId)
Get information related to pending user interaction specified. |
abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> |
getPendingInteractions()
Get pending interaction information. |
abstract java.util.Vector<ItpamWebServiceClient.ItpamProcessLogEntry> |
getProcessLogs(java.lang.String strProcessId,
java.lang.String strLevel,
java.lang.String[] aryCategories)
Get process logs. |
abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> |
getProcessPendingInteractions(java.lang.String strProcessId)
Get list of pending interactions related to the process ID specified. |
abstract ItpamWebServiceClient.ItpamProcessStatus |
getProcessStatus(java.lang.String strProcessId)
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.lang.String |
getStartRequestProcessReferenced(java.lang.String strStartRequestName,
java.lang.String strStartRequestPath)
Get process name referenced by the start request form specified. |
abstract ItpamWebServiceClient.ItpamStartRequestStatus |
getStartRequestStatus(java.lang.String strStartRequestId)
Get start request status object that includes the following information: - Earliest Start Time - End Time - Interaction ID - Referenced Process - Start Time - State |
abstract void |
importObject(java.lang.String strSourcePathFileName,
java.lang.String strTargetLibraryPathName,
boolean bolMakeAvailable,
boolean bolMakeCurrent)
Import file into ITPAM library. |
abstract void |
rejectPendingInteraction(java.lang.String strInteractionId)
Reject pending user interaction request. |
abstract void |
resumeProcess(java.lang.String strProcessId)
Resume process specified by process ID. |
abstract java.lang.String |
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. |
abstract java.lang.String |
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(java.lang.String strProcessId)
Suspend process specified by process ID. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CACOPYRIGHT
Method Detail |
---|
public abstract void abortProcess(java.lang.String strProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strProcessId
- - String process ID value
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void approvePendingInteraction(java.lang.String strInteractionId, java.util.Properties propertiesParameters) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lInteractionId
- - String user interaction ID valuepropertiesParameters
- - Properties object encapsulating parameter names and values
ItpamWebServiceClient.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
strContentId
- - String set to start date of date rangestrContentType
- - 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(java.lang.String strAttachmentId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
arayAttachmentIds
- - String set to attachment IDs to be deleted
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void deleteAttachments(java.lang.String[] aryAttachmentIds) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
arayAttachmentIds
- - Array of String attachment IDs to be deleted
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
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 null
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamInteraction getPendingInteraction(java.lang.String strInteractionId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strInteractionId
- - String set to pending user interaction request ID
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
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(java.lang.String strProcessId, 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 set to process IDstrLevel
- - 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)aryCategores
- - 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(java.lang.String strProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lProcessId
- - long set to process ID
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamProcessStatus getProcessStatus(java.lang.String strProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strProcessId
- - String set to process ID
ItpamWebServiceClient.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 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.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 path
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract ItpamWebServiceClient.ItpamStartRequestStatus getStartRequestStatus(java.lang.String strStartRequestId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lStartRequestInteractionId
- - Long set to start request interaction ID
ItpamWebServiceClient.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 version
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void rejectPendingInteraction(java.lang.String strInteractionId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
lInteractionId
- - String user interaction ID value
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void resumeProcess(java.lang.String strProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strProcessId
- - String process ID value
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.lang.String 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 pairs
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract java.lang.String 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 pairs
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
public abstract void suspendProcess(java.lang.String strProcessId) throws java.lang.Exception, ItpamWebServiceClient.ItpamMethodNotSupportedException, ItpamWebServiceClient.ItpamParameterMissingOrInvalidException, ItpamWebServiceClient.ItpamStringToDateException, ItpamWebServiceClient.ItpamEntityNotFoundException, ItpamWebServiceClient.ItpamUserPermissionsException, ItpamWebServiceClient.ItpamUnknownHostException, ItpamWebServiceClient.ItpamWebServiceClientException
strProcessId
- - String process ID value
ItpamWebServiceClient.ItpamEntityNotFoundException
ItpamWebServiceClient.ItpamMethodNotSupportedException
ItpamWebServiceClient.ItpamParameterMissingOrInvalidException
ItpamWebServiceClient.ItpamStringToDateException
ItpamWebServiceClient.ItpamUnknownHostException
ItpamWebServiceClient.ItpamUserPermissionsException
ItpamWebServiceClient.ItpamWebServiceClientException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |