class TargetService2 in GlobalLink Connect for Drupal 7.6
Same name and namespace in other branches
- 7.5 gl_ws/client/TargetService2.php \TargetService2
TargetService2 class
Hierarchy
- class \TargetService2 extends \SoapClient
Expanded class hierarchy of TargetService2
File
- gl_ws/
client/ TargetService2.php, line 690
View source
class TargetService2 extends SoapClient {
private static $classmap = array(
'anonymous0' => 'anonymous0',
'base64Binary' => 'base64Binary',
'hexBinary' => 'hexBinary',
'Notification' => 'Notification',
'NotificationPriority' => 'NotificationPriority',
'Announcement' => 'Announcement',
'ContentMonitorPluginInfo' => 'ContentMonitorPluginInfo',
'Date' => 'Date',
'Document' => 'Document',
'DocumentGroup' => 'DocumentGroup',
'DocumentInfo' => 'DocumentInfo',
'DocumentPagedList' => 'DocumentPagedList',
'DocumentSearchRequest' => 'DocumentSearchRequest',
'DocumentTicket' => 'DocumentTicket',
'EntityTypeEnum' => 'EntityTypeEnum',
'FileFormatProfile' => 'FileFormatProfile',
'FileFormatProgressData' => 'FileFormatProgressData',
'FileProgressData' => 'FileProgressData',
'FuzzyTmStatistics' => 'FuzzyTmStatistics',
'ItemFolderEnum' => 'ItemFolderEnum',
'ItemStatusEnum' => 'ItemStatusEnum',
'Metadata' => 'Metadata',
'Language' => 'Language',
'LanguageDirection' => 'LanguageDirection',
'LanguageDirectionModel' => 'LanguageDirectionModel',
'PagedListInfo' => 'PagedListInfo',
'Phase' => 'Phase',
'Priority' => 'Priority',
'Project' => 'Project',
'ProjectInfo' => 'ProjectInfo',
'ProjectLanguage' => 'ProjectLanguage',
'RepositoryItem' => 'RepositoryItem',
'ResourceInfo' => 'ResourceInfo',
'ResourceType' => 'ResourceType',
'Submission' => 'Submission',
'SubmissionInfo' => 'SubmissionInfo',
'SubmissionPagedList' => 'SubmissionPagedList',
'SimpleSubmissionSearchModel' => 'SimpleSubmissionSearchModel',
'SubmissionSearchModelPagedList' => 'SubmissionSearchModelPagedList',
'SubmissionSearchRequest' => 'SubmissionSearchRequest',
'Target' => 'Target',
'TargetInfo' => 'TargetInfo',
'TargetPagedList' => 'TargetPagedList',
'TargetSearchRequest' => 'TargetSearchRequest',
'Task' => 'Task',
'TmStatistics' => 'TmStatistics',
'WorkflowDefinition' => 'WorkflowDefinition',
'UserInfo' => 'UserInfo',
'TiUserInfo' => 'TiUserInfo',
'cancelTargetByDocumentId' => 'cancelTargetByDocumentId',
'cancelTargetByDocumentIdResponse' => 'cancelTargetByDocumentIdResponse',
'cancelTarget' => 'cancelTarget',
'cancelTargetResponse' => 'cancelTargetResponse',
'downloadTargetResource' => 'downloadTargetResource',
'downloadTargetResourceResponse' => 'downloadTargetResourceResponse',
'findByTicket' => 'findByTicket',
'findByTicketResponse' => 'findByTicketResponse',
'getCompletedTargetsByDocuments' => 'getCompletedTargetsByDocuments',
'getCompletedTargetsByDocumentsResponse' => 'getCompletedTargetsByDocumentsResponse',
'getCompletedTargetsByProjects' => 'getCompletedTargetsByProjects',
'getCompletedTargetsByProjectsResponse' => 'getCompletedTargetsByProjectsResponse',
'getCompletedTargetsBySubmissions' => 'getCompletedTargetsBySubmissions',
'getCompletedTargetsBySubmissionsResponse' => 'getCompletedTargetsBySubmissionsResponse',
'search' => 'search',
'searchResponse' => 'searchResponse',
'sendDownloadConfirmation' => 'sendDownloadConfirmation',
'sendDownloadConfirmationResponse' => 'sendDownloadConfirmationResponse',
'getCanceledTargetsByDocuments' => 'getCanceledTargetsByDocuments',
'getCanceledTargetsByDocumentsResponse' => 'getCanceledTargetsByDocumentsResponse',
'getCanceledTargetsByProjects' => 'getCanceledTargetsByProjects',
'getCanceledTargetsByProjectsResponse' => 'getCanceledTargetsByProjectsResponse',
'getCanceledTargetsBySubmissions' => 'getCanceledTargetsBySubmissions',
'getCanceledTargetsBySubmissionsResponse' => 'getCanceledTargetsBySubmissionsResponse',
);
public function TargetService2($wsdl = 'http://localhost:8080/pd4/services/TargetService2?wsdl', $options = array()) {
foreach (self::$classmap as $key => $value) {
if (!isset($options['classmap'][$key])) {
$options['classmap'][$key] = $value;
}
}
parent::__construct($wsdl, $options);
}
/**
* Gets canceled targets by documents.
*
* @param getCanceledTargetsByDocuments $parameters
*
* @return getCanceledTargetsByDocumentsResponse
*/
public function getCanceledTargetsByDocuments(getCanceledTargetsByDocuments $parameters) {
return $this
->__soapCall('getCanceledTargetsByDocuments', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Cancels target by document ID.
*
* @param cancelTargetByDocumentId $parameters
*
* @return cancelTargetByDocumentIdResponse
*/
public function cancelTargetByDocumentId(cancelTargetByDocumentId $parameters) {
return $this
->__soapCall('cancelTargetByDocumentId', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Gets completed targets by documents.
*
* @param getCompletedTargetsByDocuments $parameters
*
* @return getCompletedTargetsByDocumentsResponse
*/
public function getCompletedTargetsByDocuments(getCompletedTargetsByDocuments $parameters) {
return $this
->__soapCall('getCompletedTargetsByDocuments', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Gets canceled targets by submissions.
*
* @param getCanceledTargetsBySubmissions $parameters
*
* @return getCanceledTargetsBySubmissionsResponse
*/
public function getCanceledTargetsBySubmissions(getCanceledTargetsBySubmissions $parameters) {
return $this
->__soapCall('getCanceledTargetsBySubmissions', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Gets cancelled targets by projects.
*
* @param getCanceledTargetsByProjects $parameters
*
* @return getCanceledTargetsByProjectsResponse
*/
public function getCanceledTargetsByProjects(getCanceledTargetsByProjects $parameters) {
return $this
->__soapCall('getCanceledTargetsByProjects', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Finds by ticket.
*
* @param findByTicket $parameters
*
* @return findByTicketResponse
*/
public function findByTicket(findByTicket $parameters) {
return $this
->__soapCall('findByTicket', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Downloads target resource.
*
* @param downloadTargetResource $parameters
*
* @return downloadTargetResourceResponse
*/
public function downloadTargetResource(downloadTargetResource $parameters) {
return $this
->__soapCall('downloadTargetResource', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Gets completed targets by projects.
*
* @param getCompletedTargetsByProjects $parameters
*
* @return getCompletedTargetsByProjectsResponse
*/
public function getCompletedTargetsByProjects(getCompletedTargetsByProjects $parameters) {
return $this
->__soapCall('getCompletedTargetsByProjects', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Cancels target.
*
* @param cancelTarget $parameters
*
* @return cancelTargetResponse
*/
public function cancelTarget(cancelTarget $parameters) {
return $this
->__soapCall('cancelTarget', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Sends download confirmation.
*
* @param sendDownloadConfirmation $parameters
*
* @return sendDownloadConfirmationResponse
*/
public function sendDownloadConfirmation(sendDownloadConfirmation $parameters) {
return $this
->__soapCall('sendDownloadConfirmation', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Gets completed targets by submissions.
*
* @param getCompletedTargetsBySubmissions $parameters
*
* @return getCompletedTargetsBySubmissionsResponse
*/
public function getCompletedTargetsBySubmissions(getCompletedTargetsBySubmissions $parameters) {
return $this
->__soapCall('getCompletedTargetsBySubmissions', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
/**
* Searches.
*
* @param search $parameters
*
* @return searchResponse
*/
public function search(search $parameters) {
return $this
->__soapCall('search', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TargetService2:: |
private static | property | ||
TargetService2:: |
public | function | Cancels target. | |
TargetService2:: |
public | function | Cancels target by document ID. | |
TargetService2:: |
public | function | Downloads target resource. | |
TargetService2:: |
public | function | Finds by ticket. | |
TargetService2:: |
public | function | Gets canceled targets by documents. | |
TargetService2:: |
public | function | Gets cancelled targets by projects. | |
TargetService2:: |
public | function | Gets canceled targets by submissions. | |
TargetService2:: |
public | function | Gets completed targets by documents. | |
TargetService2:: |
public | function | Gets completed targets by projects. | |
TargetService2:: |
public | function | Gets completed targets by submissions. | |
TargetService2:: |
public | function | Searches. | |
TargetService2:: |
public | function | Sends download confirmation. | |
TargetService2:: |
public | function |