|
ApproveBusinessProcessResponseType
|
approveBusinessProcess(ApproveBusinessProcessRequestType businessProcess)
Approves a business process, if approvable, by the user
|
|
CancelBusinessProcessResponseType
|
cancelBusinessProcess(CancelBusinessProcessRequestType request)
Cancels a business process, if cancelable, by the user
|
|
void
|
connect(String integrationUser, String integrationPassword, String integrationEndpoint, String integrationWsdlLocation)
Connects to Workday
|
|
DenyBusinessProcessResponseType
|
denyBusinessProcess(DenyBusinessProcessRequestType request)
Denies a business process, if deniable, by the user
|
|
void
|
disconnect()
Disconnects
|
|
IntegrationsPort
|
getClient()
|
|
String
|
getConnectionIdentifier()
Connection identifier
|
|
GetEIBDefinitionsResponseType
|
getEibDefinitions(GetEIBDefinitionsRequestType eibDefinitionsRequest)
Retrieves data related to an EIB definition.
|
|
GetEventDetailsResponseType
|
getEventDetail(GetEventDetailsRequestType eventDetailRequest)
Retrieves data (e.g.
|
|
GetEventDocumentsResponseType
|
getEventDocuments(GetEventDocumentsRequestType eventDocumentsRequest)
Retrieves data related to any Documents that may be available to an Integration Event.
|
|
GetIntegrationEventsResponseType
|
getIntegrationEvents(GetIntegrationEventsRequestType integrationEventsRequest)
Retrieves data related to an execution of an Integration Event.
|
|
GetIntegrationSystemUsersResponseType
|
getIntegrationSystemUsers(GetIntegrationSystemUsersRequestType integrationSystemUsersRequest)
Retrieves data related to Workday Accounts associated to an Integration System.
|
|
GetIntegrationSystemsResponseType
|
getIntegrationSystems(GetIntegrationSystemsRequestType integrationSystemsRequest)
Retrieves data related to an Integration System.
|
|
GetReferencesResponseType
|
getReferences(GetReferencesRequestType referencesRequest)
Provides a list of values for a business object in Workday given its "Reference ID Type".
|
|
GetSequenceGeneratorsResponseType
|
getSequenceGenerators(GetSequenceGeneratorsRequestType sequenceGeneratorsRequest)
Retrieves data related to a Sequence Generator (e.g ID Definition).
|
|
GetSubscriptionsResponseType
|
getSubscriptions(GetSubscriptionsRequestType subscriptionsRequest)
Retrieves data related to Subscriptions, both for an Integration System and for Transaction Log service
configuration.
|
|
String
|
getUsername()
|
|
IncrementSequenceGeneratorResponseType
|
incrementSequenceGenerator(IncrementSequenceGeneratorRequestType sequenceGeneratorRequest)
Increments a Sequence Generator and persists the data within Workday.
|
|
LaunchEIBResponseType
|
launchEib(LaunchEIBRequestType launchEibRequest)
Launchs an EIB Integration.
|
|
LaunchIntegrationEventResponseType
|
launchIntegration(LaunchIntegrationEventRequestType LaunchIntegrationRequest)
Launchs an Integration.
|
|
PutIntegrationEventResponseType
|
putIntegrationEvent(PutIntegrationEventRequestType integrationEvent)
Creates and/or update data related to an Integration Event.
|
|
PutIntegrationMessageResponseType
|
putIntegrationMessage(PutIntegrationMessageRequestType integrationMessageRequest)
Adds a message to either an Integration System or Integration Event which allows for status,
information and error details to be communicated back to Workday.
|
|
PutIntegrationSystemResponseType
|
putIntegrationSystem(PutIntegrationSystemRequestType integrationSystemRequest)
Creates and/or update data related to an Integration System.
|
|
PutIntegrationSystemUserResponseType
|
putIntegrationSystemUser(PutIntegrationSystemUserRequestType integrationSystemUserRequest)
Creates and/or update data related to Workday Accounts associated to an Integration System.
|
|
PutReferenceResponseType
|
putReference(PutReferenceRequestType referenceRequest)
Updates the Reference IDs on a business object for a Reference ID Type.
|
|
PutSequenceGeneratorResponseType
|
putSequenceGenerator(PutSequenceGeneratorRequestType sequenceGeneratorRequest)
Creates and/or update data related to a Sequence Generator (e.g ID Definition).
|
|
PutSubscriptionResponseType
|
putSubscription(PutSubscriptionRequestType subscriptionRequest)
Creates and/or update data related to Subscriptions, both for an Integration System
and for Transaction Log service configuration.
|
|
RescindBusinessProcessResponseType
|
rescindBusinessProcess(RescindBusinessProcessRequestType rescindBusinessProcessRequest)
Rescinds a business process, if rescindable by the user
|
|
void
|
setClient(Object client)
|
|
void
|
setClient(IntegrationsPort client)
|
|
void
|
setUsername(String username)
|
|
boolean
|
validateConnection()
Validate connection
|