Package-level declarations
Types
Link copied to clipboard
data class BusinessProcessDevelopmentArtifactPropertiesResponse(val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val identifier: BusinessProcessIdentifierResponse? = null, val trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)
The properties of business process development artifact.
Link copied to clipboard
data class BusinessProcessIdentifierResponse(val propertyName: String? = null, val propertyType: String? = null)
The properties of business process identifier.
Link copied to clipboard
data class BusinessProcessMappingItemResponse(val logicAppResourceId: String? = null, val operationName: String? = null, val operationType: String? = null, val workflowName: String? = null)
The properties of business process mapping.
Link copied to clipboard
The business process reference.
Link copied to clipboard
Link copied to clipboard
data class FlowTrackingDefinitionResponse(val correlationContext: TrackingCorrelationContextResponse? = null, val events: Map<String, TrackingEventDefinitionResponse>? = null)
The workflow tracking definition.
Link copied to clipboard
data class GetApplicationBusinessProcessDevelopmentArtifactResult(val name: String, val properties: BusinessProcessDevelopmentArtifactPropertiesResponse, val systemData: SystemDataResponse)
The business process development artifact save or get response.
Link copied to clipboard
data class GetApplicationResourceResult(val id: String, val name: String, val provisioningState: String, val resourceId: String, val resourceKind: String? = null, val resourceType: String, val systemData: SystemDataResponse, val type: String)
A resource under application.
Link copied to clipboard
data class GetApplicationResult(val description: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val trackingDataStores: Map<String, TrackingDataStoreResponse>? = null, val type: String)
An integration application under space.
Link copied to clipboard
data class GetBusinessProcessResult(val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val id: String, val identifier: BusinessProcessIdentifierResponse? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tableName: String? = null, val trackingDataStoreReferenceName: String? = null, val type: String, val version: String)
A business process under application.
Link copied to clipboard
data class GetInfrastructureResourceResult(val id: String, val name: String, val provisioningState: String, val resourceId: String, val resourceType: String, val systemData: SystemDataResponse, val type: String)
An infrastructure resource under Space.
Link copied to clipboard
Link copied to clipboard
data class ListApplicationBusinessProcessDevelopmentArtifactsResult(val value: List<SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse>)
The business process development artifact get collection response.
Link copied to clipboard
data class SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse(val name: String, val properties: BusinessProcessDevelopmentArtifactPropertiesResponse? = null, val systemData: SystemDataResponse)
The business process development artifact save or get response.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
data class TrackingCorrelationContextResponse(val operationName: String? = null, val operationType: String? = null, val propertyName: String? = null, val value: String? = null)
The tracking correlation context.
Link copied to clipboard
data class TrackingDataStoreResponse(val dataStoreIngestionUri: String? = null, val dataStoreResourceId: String? = null, val dataStoreUri: String? = null, val databaseName: String? = null)
The properties of tracking data store.
Link copied to clipboard
Link copied to clipboard
data class TrackingProfileDefinitionResponse(val businessProcess: BusinessProcessReferenceResponse? = null, val schema: String? = null, val trackingDefinitions: Map<String, FlowTrackingDefinitionResponse>? = null)
The tracking profile for the business process