public interface Ambassador extends Remote
| Modifier and Type | Method and Description |
|---|---|
String |
addComment(String p_accessToken,
long p_objectId,
int p_objectType,
String p_userId,
String p_comment,
byte[] p_file,
String p_fileName,
String p_access) |
void |
cancelDocumentumJob(String p_accessToken,
String objectId,
String jobId,
String userId) |
String |
cancelJob(String p_accessToken,
String p_jobName) |
String |
cancelJobById(String p_accessToken,
long p_jobId) |
String |
cancelWorkflow(String p_accessToken,
String p_jobName,
String p_workflowLocale) |
void |
createDocumentumJob(String p_accessToken,
String jobName,
String fileProfileId,
String objectId,
String userId) |
void |
createJob(HashMap args) |
void |
deleteSegment(String p_accessToken,
String p_tmProfileName,
String p_string,
String p_sourceLocale,
String p_deleteLocale) |
void |
editEntry(String p_accessToken,
String p_tmProfileName,
String p_sourceLocale,
String p_sourceSegment,
String p_targetLocale,
String p_targetSegment) |
String |
exportJob(String p_accessToken,
String p_jobName) |
String |
exportWorkflow(String p_accessToken,
String p_jobName,
String p_workflowLocale) |
String |
getAcceptedTasksInWorkflow(String p_accessToken,
long p_workflowId) |
String |
getAllActivityTypes(String p_accessToken) |
String |
getAllLocalePairs(String p_accessToken) |
String |
getAllProjects(String p_accessToken) |
String |
getAllProjectsByUser(String p_accessToken) |
String |
getAllTMProfiles(String p_accessToken) |
String |
getAllUsers(String p_accessToken) |
String |
getCurrentTasksInWorkflow(String p_accessToken,
long p_workflowId) |
String |
getDownloadableJobs(String p_accessToken,
String p_msg) |
String |
getFileProfileInfoEx(String p_accessToken) |
String |
getFileProfileInformation(String p_accessToken) |
String |
getJobAndWorkflowInfo(String p_accessToken,
long p_jobId) |
String |
getLocalizedDocuments_old(String p_accessToken,
String p_jobName) |
String |
getLocalizedDocuments(String p_accessToken,
String p_jobName) |
String |
getStatus(String p_accessToken,
String p_jobName) |
String |
getTasksInJob(String p_accessToken,
long p_jobId,
String p_taskName) |
String |
getUniqueJobName(HashMap args) |
String |
getUserInfo(String p_accessToken,
String p_userId) |
String |
getUserUnavailabilityReport(String p_accessToken,
String p_activityName,
String p_sourceLocale,
String p_targetLocale,
int p_month,
int p_year) |
String |
getVersion(String p_accessToken) |
String |
helloWorld() |
boolean |
isInstalled() |
String |
login(String p_username,
String p_password) |
String |
passDCTMAccount(String p_accessToken,
String docBase,
String dctmUserName,
String dctmPassword) |
void |
saveEntry(String p_accessToken,
String p_tmProfileName,
String p_sourceLocale,
String p_sourceSegment,
String p_targetLocale,
String p_targetSegment) |
String |
searchEntries(String p_accessToken,
String p_tmProfileName,
String p_string,
String p_sourceLocale) |
void |
uploadFile(HashMap args) |
String getUserInfo(String p_accessToken, String p_userId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getVersion(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString addComment(String p_accessToken, long p_objectId, int p_objectType, String p_userId, String p_comment, byte[] p_file, String p_fileName, String p_access) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionboolean isInstalled()
throws RemoteException
RemoteExceptionString login(String p_username, String p_password) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getStatus(String p_accessToken, String p_jobName) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid saveEntry(String p_accessToken, String p_tmProfileName, String p_sourceLocale, String p_sourceSegment, String p_targetLocale, String p_targetSegment) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString cancelWorkflow(String p_accessToken, String p_jobName, String p_workflowLocale) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAllProjects(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAllTMProfiles(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString cancelJob(String p_accessToken, String p_jobName) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString helloWorld() throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getFileProfileInformation(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAllActivityTypes(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAllUsers(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAllLocalePairs(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAllProjectsByUser(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid createJob(HashMap args) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getUniqueJobName(HashMap args) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid uploadFile(HashMap args) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getJobAndWorkflowInfo(String p_accessToken, long p_jobId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getLocalizedDocuments(String p_accessToken, String p_jobName) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getLocalizedDocuments_old(String p_accessToken, String p_jobName) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString cancelJobById(String p_accessToken, long p_jobId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString exportWorkflow(String p_accessToken, String p_jobName, String p_workflowLocale) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString exportJob(String p_accessToken, String p_jobName) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getAcceptedTasksInWorkflow(String p_accessToken, long p_workflowId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getCurrentTasksInWorkflow(String p_accessToken, long p_workflowId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getTasksInJob(String p_accessToken, long p_jobId, String p_taskName) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getUserUnavailabilityReport(String p_accessToken, String p_activityName, String p_sourceLocale, String p_targetLocale, int p_month, int p_year) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString passDCTMAccount(String p_accessToken, String docBase, String dctmUserName, String dctmPassword) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getFileProfileInfoEx(String p_accessToken) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid createDocumentumJob(String p_accessToken, String jobName, String fileProfileId, String objectId, String userId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid cancelDocumentumJob(String p_accessToken, String objectId, String jobId, String userId) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString getDownloadableJobs(String p_accessToken, String p_msg) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionString searchEntries(String p_accessToken, String p_tmProfileName, String p_string, String p_sourceLocale) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid editEntry(String p_accessToken, String p_tmProfileName, String p_sourceLocale, String p_sourceSegment, String p_targetLocale, String p_targetSegment) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionvoid deleteSegment(String p_accessToken, String p_tmProfileName, String p_string, String p_sourceLocale, String p_deleteLocale) throws RemoteException, WebServiceException
RemoteExceptionWebServiceExceptionCopyright © 2022. All rights reserved.