public interface ApiService
Modifier and Type | Method and Description |
---|---|
ApiAddFileResult |
addFile(java.lang.String session,
java.lang.String entityName,
java.lang.Object entityId,
FileMeta fileMetaData,
javax.activation.DataHandler fileContent) |
ApiAddNoteReferenceResult |
addNoteReference(java.lang.String session,
int noteId,
java.lang.String entityName,
int entityId) |
ApiAssociateResult |
associate(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
java.lang.String associationName,
java.lang.Object associateId) |
ApiAssociateResult |
associateMultiple(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
java.lang.String associationName,
java.util.List<java.lang.Object> associateIds) |
ApiResult |
delete(java.lang.String session,
AbstractDto dto) |
ApiResult |
deleteById(java.lang.String session,
java.lang.String entityName,
java.lang.Object id) |
ApiDeleteFileResult |
deleteFile(java.lang.String session,
java.lang.String entityName,
java.lang.Object entityId,
java.lang.Object fileId) |
ApiEventsCountResult |
eventsCount(java.lang.String session,
java.lang.String subscriptionId) |
void |
eventsGenerateBogusEvents(java.lang.String session,
java.lang.String subscriptionId,
java.lang.String entityName,
int count) |
void |
eventsGenerateBogusFieldMapChangeEvents(java.lang.String session,
java.lang.String subscriptionId,
int count) |
void |
eventsGenerateBogusJobMatchSearchEvents(java.lang.String session,
java.lang.String subscriptionId,
int count) |
ApiEventsGetEventsResult |
eventsGetEvents(java.lang.String session,
java.lang.String subscriptionId,
int maxEvents) |
ApiEventsGetLastRequestIdResult |
eventsGetLastRequestId(java.lang.String session,
java.lang.String subscriptionId) |
ApiEventsGetEventsResult |
eventsRegetEvents(java.lang.String session,
java.lang.String subscriptionId,
long requestId) |
ApiEventsSubscribeResult |
eventsSubscribe(java.lang.String session,
java.lang.String subscriptionId,
SubscriptionCriteria criteria) |
ApiEventsUnsubscribeResult |
eventsUnsubscribe(java.lang.String session,
java.lang.String subscriptionId) |
void |
exportApiEnums(java.lang.String arg0) |
ApiFindResult |
find(java.lang.String session,
java.lang.String entityName,
java.lang.Object id) |
ApiFindMultipleResult |
findMultiple(java.lang.String session,
java.lang.String entityName,
java.util.List<java.lang.Object> ids) |
java.lang.String |
getApplicationServerHost(java.lang.String username,
java.lang.String source) |
ApiGetAssociationIdsResult |
getAssociationIds(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
java.lang.String associationName) |
ApiQueryResult |
getCertifications(java.lang.String session,
java.lang.Integer privateLabelId) |
ApiGetEntityTemplateDataResult |
getClientCorporationTemplateData(java.lang.String session,
int templateId,
int clientCorporationId,
int dataId) |
ApiGetEntityTemplateDataIdsResult |
getClientCorporationTemplateDataIds(java.lang.String session,
int templateId,
int clientCorporationId) |
ApiGetEntityTemplateIdsResult |
getClientCorporationTemplateIds(java.lang.String session) |
ApiGetClientCorporationTemplateMetadataResult |
getClientCorporationTemplateMetadata(java.lang.String session,
int templateId) |
ApiGetDepartmentUserIdsResult |
getDepartmentUserIds(java.lang.String session,
int departmentId) |
ApiGetEditHistoryResult |
getEditHistory(java.lang.String session,
java.lang.String entityName,
java.lang.Object id) |
ApiGetEditHistoryResult |
getEditHistoryByDates(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
javax.xml.datatype.XMLGregorianCalendar startDate,
javax.xml.datatype.XMLGregorianCalendar endDate) |
ApiGetEditHistoryResult |
getEditHistoryByTransactionId(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
java.lang.String transactionId) |
ApiGetEntityFieldMapsResult |
getEntityFieldMaps(java.lang.String session,
java.lang.String entityName,
java.lang.Integer privateLabelId) |
ApiGetEntityFilesResult |
getEntityFiles(java.lang.String session,
java.lang.String entityName,
java.lang.Object entityId) |
ApiGetEntityMetadataResult |
getEntityMetadata(java.lang.String session,
java.lang.String entityName,
java.lang.Integer privateLabelId) |
ApiGetEntityNotesResult |
getEntityNotes(java.lang.String session,
java.lang.String entityName,
int id) |
ApiGetEntityNotesResult |
getEntityNotesWhere(java.lang.String session,
java.lang.String entityName,
int id,
java.lang.String notesWhere) |
ApiGetFileResult |
getFile(java.lang.String session,
java.lang.String entityName,
java.lang.Object entityId,
java.lang.Object fileId) |
ApiGetEntityFieldMapsResult |
getJobOrderFieldMaps(java.lang.String session,
int typeId,
java.lang.Integer privateLabelId) |
ApiGetEntityMetadataResult |
getJobOrderMetadata(java.lang.String session,
int typeId,
java.lang.Integer privateLabelId) |
ApiGetEntityTemplateDataResult |
getJobOrderTemplateData(java.lang.String session,
int templateId,
int jobOrderId,
int dataId) |
ApiGetEntityTemplateDataIdsResult |
getJobOrderTemplateDataIds(java.lang.String session,
int templateId,
int jobOrderId) |
ApiGetEntityTemplateIdsResult |
getJobOrderTemplateIds(java.lang.String session) |
ApiGetJobOrderTemplateMetadataResult |
getJobOrderTemplateMetadata(java.lang.String session,
int templateId) |
ApiGetViewLayoutResult |
getJobOrderViewLayout(java.lang.String session,
int typeId,
java.lang.String sectionName,
java.lang.Integer privateLabelId) |
ApiGetNoteReferencesResult |
getNoteReferences(java.lang.String session,
int noteId) |
ApiGetUserDepartmentIdsResult |
getUserDepartmentIds(java.lang.String session,
int corporateUserId) |
ApiGetUserPrimaryDepartmentIdResult |
getUserPrimaryDepartmentId(java.lang.String session,
int corporateUserId) |
ApiGetEntityTemplateDataResult |
getUserTemplateData(java.lang.String session,
int templateId,
int userId,
int dataId) |
ApiGetEntityTemplateDataIdsResult |
getUserTemplateDataIds(java.lang.String session,
int templateId,
int userId) |
ApiGetEntityTemplateIdsResult |
getUserTemplateIds(java.lang.String session) |
ApiGetUserTemplateMetadataResult |
getUserTemplateMetadata(java.lang.String session,
int templateId) |
ApiGetUserTypesResult |
getUserTypes(java.lang.String session,
java.lang.String personEntityName) |
ApiGetViewLayoutResult |
getViewLayout(java.lang.String session,
java.lang.String entityName,
java.lang.String sectionName,
java.lang.Integer privateLabelId) |
ApiParseResumeResult |
parseResume(java.lang.String session,
byte[] base64ChunkedResume) |
ApiQueryResult |
query(java.lang.String session,
DtoQuery query) |
ApiRemoveNoteReferenceResult |
removeNoteReference(java.lang.String session,
int noteId,
java.lang.String entityName,
int entityId) |
ApiSaveResult |
save(java.lang.String session,
AbstractDto dto) |
ApiStartSessionResult |
startPartnerSession(PartnerSessionRequest sessionRequest) |
ApiStartSessionResult |
startSession(java.lang.String username,
java.lang.String password,
java.lang.String apiKey) |
ApiUnassociateResult |
unassociate(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
java.lang.String associationName,
java.lang.Object associateId) |
ApiUnassociateResult |
unassociateMultiple(java.lang.String session,
java.lang.String entityName,
java.lang.Object id,
java.lang.String associationName,
java.util.List<java.lang.Object> associateIds) |
ApiUpdateFileResult |
updateFile(java.lang.String session,
java.lang.String entityName,
java.lang.Object entityId,
FileMeta fileMetaData,
java.lang.Object fileId,
javax.activation.DataHandler fileContent) |
@RequestWrapper(localName="getFile", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetFile") @ResponseWrapper(localName="getFileResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetFileResponse") ApiGetFileResult getFile(java.lang.String session, java.lang.String entityName, java.lang.Object entityId, java.lang.Object fileId)
fileId
- session
- entityId
- entityName
- @RequestWrapper(localName="eventsSubscribe", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsSubscribe") @ResponseWrapper(localName="eventsSubscribeResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsSubscribeResponse") ApiEventsSubscribeResult eventsSubscribe(java.lang.String session, java.lang.String subscriptionId, SubscriptionCriteria criteria)
criteria
- session
- subscriptionId
- @RequestWrapper(localName="eventsUnsubscribe", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsUnsubscribe") @ResponseWrapper(localName="eventsUnsubscribeResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsUnsubscribeResponse") ApiEventsUnsubscribeResult eventsUnsubscribe(java.lang.String session, java.lang.String subscriptionId)
session
- subscriptionId
- @RequestWrapper(localName="getEntityNotes", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityNotes") @ResponseWrapper(localName="getEntityNotesResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityNotesResponse") ApiGetEntityNotesResult getEntityNotes(java.lang.String session, java.lang.String entityName, int id)
id
- session
- entityName
- @RequestWrapper(localName="getEntityNotesWhere", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityNotesWhere") @ResponseWrapper(localName="getEntityNotesWhereResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityNotesWhereResponse") ApiGetEntityNotesResult getEntityNotesWhere(java.lang.String session, java.lang.String entityName, int id, java.lang.String notesWhere)
id
- notesWhere
- session
- entityName
- @RequestWrapper(localName="getNoteReferences", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetNoteReferences") @ResponseWrapper(localName="getNoteReferencesResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetNoteReferencesResponse") ApiGetNoteReferencesResult getNoteReferences(java.lang.String session, int noteId)
session
- noteId
- @RequestWrapper(localName="addNoteReference", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AddNoteReference") @ResponseWrapper(localName="addNoteReferenceResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AddNoteReferenceResponse") ApiAddNoteReferenceResult addNoteReference(java.lang.String session, int noteId, java.lang.String entityName, int entityId)
session
- entityId
- noteId
- entityName
- @RequestWrapper(localName="removeNoteReference", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.RemoveNoteReference") @ResponseWrapper(localName="removeNoteReferenceResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.RemoveNoteReferenceResponse") ApiRemoveNoteReferenceResult removeNoteReference(java.lang.String session, int noteId, java.lang.String entityName, int entityId)
session
- entityId
- noteId
- entityName
- @RequestWrapper(localName="getEntityMetadata", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityMetadata") @ResponseWrapper(localName="getEntityMetadataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityMetadataResponse") ApiGetEntityMetadataResult getEntityMetadata(java.lang.String session, java.lang.String entityName, java.lang.Integer privateLabelId)
session
- privateLabelId
- entityName
- @RequestWrapper(localName="getJobOrderMetadata", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderMetadata") @ResponseWrapper(localName="getJobOrderMetadataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderMetadataResponse") ApiGetEntityMetadataResult getJobOrderMetadata(java.lang.String session, int typeId, java.lang.Integer privateLabelId)
session
- privateLabelId
- typeId
- @RequestWrapper(localName="_eventsGenerateBogusEvents", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGenerateBogusEvents") @ResponseWrapper(localName="_eventsGenerateBogusEventsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGenerateBogusEventsResponse") void eventsGenerateBogusEvents(java.lang.String session, java.lang.String subscriptionId, java.lang.String entityName, int count)
count
- session
- subscriptionId
- entityName
- @RequestWrapper(localName="_eventsGenerateBogusJobMatchSearchEvents", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGenerateBogusJobMatchSearchEvents") @ResponseWrapper(localName="_eventsGenerateBogusJobMatchSearchEventsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGenerateBogusJobMatchSearchEventsResponse") void eventsGenerateBogusJobMatchSearchEvents(java.lang.String session, java.lang.String subscriptionId, int count)
count
- session
- subscriptionId
- @RequestWrapper(localName="_eventsGenerateBogusFieldMapChangeEvents", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGenerateBogusFieldMapChangeEvents") @ResponseWrapper(localName="_eventsGenerateBogusFieldMapChangeEventsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGenerateBogusFieldMapChangeEventsResponse") void eventsGenerateBogusFieldMapChangeEvents(java.lang.String session, java.lang.String subscriptionId, int count)
count
- session
- subscriptionId
- @RequestWrapper(localName="eventsGetEvents", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGetEvents") @ResponseWrapper(localName="eventsGetEventsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGetEventsResponse") ApiEventsGetEventsResult eventsGetEvents(java.lang.String session, java.lang.String subscriptionId, int maxEvents)
maxEvents
- session
- subscriptionId
- @RequestWrapper(localName="eventsGetLastRequestId", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGetLastRequestId") @ResponseWrapper(localName="eventsGetLastRequestIdResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsGetLastRequestIdResponse") ApiEventsGetLastRequestIdResult eventsGetLastRequestId(java.lang.String session, java.lang.String subscriptionId)
session
- subscriptionId
- @RequestWrapper(localName="eventsRegetEvents", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsRegetEvents") @ResponseWrapper(localName="eventsRegetEventsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsRegetEventsResponse") ApiEventsGetEventsResult eventsRegetEvents(java.lang.String session, java.lang.String subscriptionId, long requestId)
requestId
- session
- subscriptionId
- @RequestWrapper(localName="getApplicationServerHost", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetApplicationServerHost") @ResponseWrapper(localName="getApplicationServerHostResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetApplicationServerHostResponse") java.lang.String getApplicationServerHost(java.lang.String username, java.lang.String source)
username
- source
- @RequestWrapper(localName="getCertifications", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetCertifications") @ResponseWrapper(localName="getCertificationsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetCertificationsResponse") ApiQueryResult getCertifications(java.lang.String session, java.lang.Integer privateLabelId)
session
- privateLabelId
- @RequestWrapper(localName="getEntityFiles", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityFiles") @ResponseWrapper(localName="getEntityFilesResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityFilesResponse") ApiGetEntityFilesResult getEntityFiles(java.lang.String session, java.lang.String entityName, java.lang.Object entityId)
session
- entityId
- entityName
- @RequestWrapper(localName="addFile", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AddFile") @ResponseWrapper(localName="addFileResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AddFileResponse") ApiAddFileResult addFile(java.lang.String session, java.lang.String entityName, java.lang.Object entityId, FileMeta fileMetaData, javax.activation.DataHandler fileContent)
fileMetaData
- session
- entityId
- fileContent
- entityName
- @RequestWrapper(localName="updateFile", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.UpdateFile") @ResponseWrapper(localName="updateFileResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.UpdateFileResponse") ApiUpdateFileResult updateFile(java.lang.String session, java.lang.String entityName, java.lang.Object entityId, FileMeta fileMetaData, java.lang.Object fileId, javax.activation.DataHandler fileContent)
fileId
- fileMetaData
- session
- entityId
- fileContent
- entityName
- @RequestWrapper(localName="deleteFile", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.DeleteFile") @ResponseWrapper(localName="deleteFileResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.DeleteFileResponse") ApiDeleteFileResult deleteFile(java.lang.String session, java.lang.String entityName, java.lang.Object entityId, java.lang.Object fileId)
fileId
- session
- entityId
- entityName
- @RequestWrapper(localName="getJobOrderTemplateIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateIds") @ResponseWrapper(localName="getJobOrderTemplateIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateIdsResponse") ApiGetEntityTemplateIdsResult getJobOrderTemplateIds(java.lang.String session)
session
- @RequestWrapper(localName="getJobOrderTemplateMetadata", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateMetadata") @ResponseWrapper(localName="getJobOrderTemplateMetadataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateMetadataResponse") ApiGetJobOrderTemplateMetadataResult getJobOrderTemplateMetadata(java.lang.String session, int templateId)
templateId
- session
- @RequestWrapper(localName="getJobOrderTemplateDataIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateDataIds") @ResponseWrapper(localName="getJobOrderTemplateDataIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateDataIdsResponse") ApiGetEntityTemplateDataIdsResult getJobOrderTemplateDataIds(java.lang.String session, int templateId, int jobOrderId)
templateId
- session
- jobOrderId
- @RequestWrapper(localName="getJobOrderTemplateData", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateData") @ResponseWrapper(localName="getJobOrderTemplateDataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderTemplateDataResponse") ApiGetEntityTemplateDataResult getJobOrderTemplateData(java.lang.String session, int templateId, int jobOrderId, int dataId)
templateId
- session
- dataId
- jobOrderId
- @RequestWrapper(localName="getUserTemplateIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateIds") @ResponseWrapper(localName="getUserTemplateIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateIdsResponse") ApiGetEntityTemplateIdsResult getUserTemplateIds(java.lang.String session)
session
- @RequestWrapper(localName="getUserTemplateMetadata", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateMetadata") @ResponseWrapper(localName="getUserTemplateMetadataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateMetadataResponse") ApiGetUserTemplateMetadataResult getUserTemplateMetadata(java.lang.String session, int templateId)
templateId
- session
- @RequestWrapper(localName="getUserTemplateDataIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateDataIds") @ResponseWrapper(localName="getUserTemplateDataIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateDataIdsResponse") ApiGetEntityTemplateDataIdsResult getUserTemplateDataIds(java.lang.String session, int templateId, int userId)
templateId
- session
- userId
- @RequestWrapper(localName="getUserTemplateData", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateData") @ResponseWrapper(localName="getUserTemplateDataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTemplateDataResponse") ApiGetEntityTemplateDataResult getUserTemplateData(java.lang.String session, int templateId, int userId, int dataId)
templateId
- session
- dataId
- userId
- @RequestWrapper(localName="getClientCorporationTemplateIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateIds") @ResponseWrapper(localName="getClientCorporationTemplateIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateIdsResponse") ApiGetEntityTemplateIdsResult getClientCorporationTemplateIds(java.lang.String session)
session
- @RequestWrapper(localName="getClientCorporationTemplateMetadata", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateMetadata") @ResponseWrapper(localName="getClientCorporationTemplateMetadataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateMetadataResponse") ApiGetClientCorporationTemplateMetadataResult getClientCorporationTemplateMetadata(java.lang.String session, int templateId)
templateId
- session
- @RequestWrapper(localName="getClientCorporationTemplateDataIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateDataIds") @ResponseWrapper(localName="getClientCorporationTemplateDataIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateDataIdsResponse") ApiGetEntityTemplateDataIdsResult getClientCorporationTemplateDataIds(java.lang.String session, int templateId, int clientCorporationId)
templateId
- session
- clientCorporationId
- @RequestWrapper(localName="getClientCorporationTemplateData", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateData") @ResponseWrapper(localName="getClientCorporationTemplateDataResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetClientCorporationTemplateDataResponse") ApiGetEntityTemplateDataResult getClientCorporationTemplateData(java.lang.String session, int templateId, int clientCorporationId, int dataId)
templateId
- session
- dataId
- clientCorporationId
- @RequestWrapper(localName="parseResume", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.ParseResume") @ResponseWrapper(localName="parseResumeResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.ParseResumeResponse") ApiParseResumeResult parseResume(java.lang.String session, byte[] base64ChunkedResume)
session
- base64ChunkedResume
- @RequestWrapper(localName="eventsCount", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsCount") @ResponseWrapper(localName="eventsCountResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.EventsCountResponse") ApiEventsCountResult eventsCount(java.lang.String session, java.lang.String subscriptionId)
session
- subscriptionId
- @RequestWrapper(localName="getEditHistory", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEditHistory") @ResponseWrapper(localName="getEditHistoryResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEditHistoryResponse") ApiGetEditHistoryResult getEditHistory(java.lang.String session, java.lang.String entityName, java.lang.Object id)
id
- session
- entityName
- @RequestWrapper(localName="getEditHistoryByTransactionId", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEditHistoryByTransactionId") @ResponseWrapper(localName="getEditHistoryByTransactionIdResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEditHistoryByTransactionIdResponse") ApiGetEditHistoryResult getEditHistoryByTransactionId(java.lang.String session, java.lang.String entityName, java.lang.Object id, java.lang.String transactionId)
id
- transactionId
- session
- entityName
- @RequestWrapper(localName="getEditHistoryByDates", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEditHistoryByDates") @ResponseWrapper(localName="getEditHistoryByDatesResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEditHistoryByDatesResponse") ApiGetEditHistoryResult getEditHistoryByDates(java.lang.String session, java.lang.String entityName, java.lang.Object id, javax.xml.datatype.XMLGregorianCalendar startDate, javax.xml.datatype.XMLGregorianCalendar endDate)
id
- startDate
- session
- endDate
- entityName
- @RequestWrapper(localName="find", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.Find") @ResponseWrapper(localName="findResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.FindResponse") ApiFindResult find(java.lang.String session, java.lang.String entityName, java.lang.Object id)
id
- session
- entityName
- @RequestWrapper(localName="save", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.Save") @ResponseWrapper(localName="saveResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.SaveResponse") ApiSaveResult save(java.lang.String session, AbstractDto dto)
dto
- session
- @RequestWrapper(localName="delete", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.Delete") @ResponseWrapper(localName="deleteResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.DeleteResponse") ApiResult delete(java.lang.String session, AbstractDto dto)
dto
- session
- @RequestWrapper(localName="query", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.Query") @ResponseWrapper(localName="queryResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.QueryResponse") ApiQueryResult query(java.lang.String session, DtoQuery query)
session
- query
- @RequestWrapper(localName="associate", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.Associate") @ResponseWrapper(localName="associateResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AssociateResponse") ApiAssociateResult associate(java.lang.String session, java.lang.String entityName, java.lang.Object id, java.lang.String associationName, java.lang.Object associateId)
id
- associateId
- associationName
- session
- entityName
- @RequestWrapper(localName="findMultiple", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.FindMultiple") @ResponseWrapper(localName="findMultipleResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.FindMultipleResponse") ApiFindMultipleResult findMultiple(java.lang.String session, java.lang.String entityName, java.util.List<java.lang.Object> ids)
session
- ids
- entityName
- @RequestWrapper(localName="deleteById", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.DeleteById") @ResponseWrapper(localName="deleteByIdResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.DeleteByIdResponse") ApiResult deleteById(java.lang.String session, java.lang.String entityName, java.lang.Object id)
id
- session
- entityName
- @RequestWrapper(localName="getAssociationIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetAssociationIds") @ResponseWrapper(localName="getAssociationIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetAssociationIdsResponse") ApiGetAssociationIdsResult getAssociationIds(java.lang.String session, java.lang.String entityName, java.lang.Object id, java.lang.String associationName)
id
- associationName
- session
- entityName
- @RequestWrapper(localName="associateMultiple", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AssociateMultiple") @ResponseWrapper(localName="associateMultipleResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.AssociateMultipleResponse") ApiAssociateResult associateMultiple(java.lang.String session, java.lang.String entityName, java.lang.Object id, java.lang.String associationName, java.util.List<java.lang.Object> associateIds)
id
- associationName
- session
- associateIds
- entityName
- @RequestWrapper(localName="unassociate", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.Unassociate") @ResponseWrapper(localName="unassociateResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.UnassociateResponse") ApiUnassociateResult unassociate(java.lang.String session, java.lang.String entityName, java.lang.Object id, java.lang.String associationName, java.lang.Object associateId)
id
- associateId
- associationName
- session
- entityName
- @RequestWrapper(localName="unassociateMultiple", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.UnassociateMultiple") @ResponseWrapper(localName="unassociateMultipleResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.UnassociateMultipleResponse") ApiUnassociateResult unassociateMultiple(java.lang.String session, java.lang.String entityName, java.lang.Object id, java.lang.String associationName, java.util.List<java.lang.Object> associateIds)
id
- associationName
- session
- associateIds
- entityName
- @RequestWrapper(localName="getDepartmentUserIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetDepartmentUserIds") @ResponseWrapper(localName="getDepartmentUserIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetDepartmentUserIdsResponse") ApiGetDepartmentUserIdsResult getDepartmentUserIds(java.lang.String session, int departmentId)
session
- departmentId
- @RequestWrapper(localName="getUserDepartmentIds", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserDepartmentIds") @ResponseWrapper(localName="getUserDepartmentIdsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserDepartmentIdsResponse") ApiGetUserDepartmentIdsResult getUserDepartmentIds(java.lang.String session, int corporateUserId)
session
- corporateUserId
- @RequestWrapper(localName="getUserPrimaryDepartmentId", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserPrimaryDepartmentId") @ResponseWrapper(localName="getUserPrimaryDepartmentIdResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserPrimaryDepartmentIdResponse") ApiGetUserPrimaryDepartmentIdResult getUserPrimaryDepartmentId(java.lang.String session, int corporateUserId)
session
- corporateUserId
- @RequestWrapper(localName="getUserTypes", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTypes") @ResponseWrapper(localName="getUserTypesResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetUserTypesResponse") ApiGetUserTypesResult getUserTypes(java.lang.String session, java.lang.String personEntityName)
session
- personEntityName
- @RequestWrapper(localName="_exportApiEnums", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.ExportApiEnums") @ResponseWrapper(localName="_exportApiEnumsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.ExportApiEnumsResponse") void exportApiEnums(java.lang.String arg0)
arg0
- @RequestWrapper(localName="getEntityFieldMaps", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityFieldMaps") @ResponseWrapper(localName="getEntityFieldMapsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetEntityFieldMapsResponse") ApiGetEntityFieldMapsResult getEntityFieldMaps(java.lang.String session, java.lang.String entityName, java.lang.Integer privateLabelId)
session
- privateLabelId
- entityName
- @RequestWrapper(localName="getJobOrderFieldMaps", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderFieldMaps") @ResponseWrapper(localName="getJobOrderFieldMapsResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderFieldMapsResponse") ApiGetEntityFieldMapsResult getJobOrderFieldMaps(java.lang.String session, int typeId, java.lang.Integer privateLabelId)
session
- privateLabelId
- typeId
- @RequestWrapper(localName="getViewLayout", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetViewLayout") @ResponseWrapper(localName="getViewLayoutResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetViewLayoutResponse") ApiGetViewLayoutResult getViewLayout(java.lang.String session, java.lang.String entityName, java.lang.String sectionName, java.lang.Integer privateLabelId)
session
- sectionName
- privateLabelId
- entityName
- @RequestWrapper(localName="getJobOrderViewLayout", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderViewLayout") @ResponseWrapper(localName="getJobOrderViewLayoutResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.GetJobOrderViewLayoutResponse") ApiGetViewLayoutResult getJobOrderViewLayout(java.lang.String session, int typeId, java.lang.String sectionName, java.lang.Integer privateLabelId)
session
- sectionName
- privateLabelId
- typeId
- @RequestWrapper(localName="startSession", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.StartSession") @ResponseWrapper(localName="startSessionResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.StartSessionResponse") ApiStartSessionResult startSession(java.lang.String username, java.lang.String password, java.lang.String apiKey)
username
- password
- apiKey
- @RequestWrapper(localName="startPartnerSession", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.StartPartnerSession") @ResponseWrapper(localName="startPartnerSessionResponse", targetNamespace="http://apiservice.bullhorn.com/", className="com.bullhorn.apiservice.StartPartnerSessionResponse") ApiStartSessionResult startPartnerSession(PartnerSessionRequest sessionRequest)
sessionRequest
-