-
-
class FeedAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedJobAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedJobInvalidBusinessIdException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedJobInvalidCollectionIdException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedJobNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedRunHistoryNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class FeedTriggerExecption extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class InvalidServiceTypeException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class MarketplaceNotExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class ScheduleAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class ScheduleNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class StatusTypeScheduledAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
-
class CommonFeedResponseModel extends com.skava.core.ResponseModel implements
Serializable
- serialVersionUID:
- -1141206943615789105L
-
-
- serialVersionUID:
- -4171794710531693613L
-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowParllelExecution
Boolean allowParllelExecution
If this flag is true for a scheduled feed, execution will start immediately if it is time to run, it will not wait
for previous feed to complete
-
description
String description
Feed description
-
executionCluster
String executionCluster
It refers to the pentaho cluster where the job has to execute, if not given,
by default it will run in primary cluster.
-
executionType
FeedExecutionType executionType
It refers to the type of exection, if not given,
by default it will run in pentaho.
-
feedId
String feedId
Feed id
-
id
String id
Unique identifier for the feed. It is String value of MongoDB ObjectId
-
jobInfo
JobInfo jobInfo
Information about the kettle job to be executed like job path, name and params
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
Name for the feeed
-
serviceConfigs
String[] serviceConfigs
Service configs
-
serviceType
String serviceType
Service type
-
- serialVersionUID:
- -728536578108817836L
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
Collection id for the feed
-
description
String description
Job description
-
executionType
FeedExecutionType executionType
It refers to the type of exection, if not given,
by default it will run in pentaho.
-
feedId
String feedId
Feed id for which the job is associated
-
id
org.bson.types.ObjectId id
-
jobId
String jobId
Job Id
-
jobParams
List<JobParam> jobParams
Job run time parameters
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
Name for the job
-
serviceType
String serviceType
Service type
-
status
JobStatus status
Job status
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
Collection Id
-
endTime
LocalDateTime endTime
Feed run end time
-
feedId
String feedId
Feed id associated with this history
-
id
String id
history identifier
-
jobId
String jobId
Job id associated with this history
-
reason
String reason
Feed error reason
-
runRequestId
String runRequestId
Kettle job request id
-
scheduleId
String scheduleId
Schedule id associated with this history
-
scheduleStatus
ScheduleStatus scheduleStatus
Schedule status
-
serviceType
String serviceType
Service type
-
startTime
LocalDateTime startTime
Feed run start time
-
status
FeedRunStatus status
Feed run status
-
stickyCookie
String stickyCookie
LB Sticky cookie
-
summary
com.mongodb.BasicDBObject summary
summary report - Create, Update and Failed count
-
- serialVersionUID:
- 5792770679529558587L
-
Serialized Fields
-
jobId
String jobId
Job Id. it should be the name of the kettle job to be executed
-
jobParams
List<String> jobParams
Params used in the job
-
jobPath
String jobPath
Kettle repository path of the job
-
scheduleParams
List<String> scheduleParams
Params used in the schedule
-
- serialVersionUID:
- 7829676640834699125L
-
class QFeed extends com.querydsl.core.types.dsl.EntityPathBase<
Feed> implements
Serializable
- serialVersionUID:
- 1278550107L
-
Serialized Fields
-
_super
QFeedAuditEntry _super
-
allowParllelExecution
com.querydsl.core.types.dsl.BooleanPath allowParllelExecution
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
description
com.querydsl.core.types.dsl.StringPath description
-
executionCluster
com.querydsl.core.types.dsl.StringPath executionCluster
-
executionType
com.querydsl.core.types.dsl.EnumPath<FeedExecutionType> executionType
-
feedId
com.querydsl.core.types.dsl.StringPath feedId
-
id
com.querydsl.core.types.dsl.StringPath id
-
jobInfo
QJobInfo jobInfo
-
maxRunTime
com.querydsl.core.types.dsl.NumberPath<Integer> maxRunTime
-
name
com.querydsl.core.types.dsl.StringPath name
-
serviceConfigs
com.querydsl.core.types.dsl.ArrayPath<String[],String> serviceConfigs
-
serviceType
com.querydsl.core.types.dsl.StringPath serviceType
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
- serialVersionUID:
- -1411697646L
-
Serialized Fields
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
class QFeedJob extends com.querydsl.core.types.dsl.EntityPathBase<
FeedJob> implements
Serializable
- serialVersionUID:
- 1516331362L
-
Serialized Fields
-
_super
QFeedAuditEntry _super
-
businessId
com.querydsl.core.types.dsl.NumberPath<Long> businessId
-
collectionId
com.querydsl.core.types.dsl.StringPath collectionId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
description
com.querydsl.core.types.dsl.StringPath description
-
executionType
com.querydsl.core.types.dsl.EnumPath<FeedExecutionType> executionType
-
feedId
com.querydsl.core.types.dsl.StringPath feedId
-
id
QObjectId id
-
jobId
com.querydsl.core.types.dsl.StringPath jobId
-
jobParams
com.querydsl.core.types.dsl.ListPath<JobParam,QJobParam> jobParams
-
maxRunTime
com.querydsl.core.types.dsl.NumberPath<Integer> maxRunTime
-
name
com.querydsl.core.types.dsl.StringPath name
-
serviceType
com.querydsl.core.types.dsl.StringPath serviceType
-
status
com.querydsl.core.types.dsl.EnumPath<JobStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
- serialVersionUID:
- 295659076L
-
Serialized Fields
-
_super
QFeedAuditEntry _super
-
businessId
com.querydsl.core.types.dsl.NumberPath<Long> businessId
-
collectionId
com.querydsl.core.types.dsl.StringPath collectionId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
endTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> endTime
-
feedId
com.querydsl.core.types.dsl.StringPath feedId
-
id
com.querydsl.core.types.dsl.StringPath id
-
jobId
com.querydsl.core.types.dsl.StringPath jobId
-
reason
com.querydsl.core.types.dsl.StringPath reason
-
runRequestId
com.querydsl.core.types.dsl.StringPath runRequestId
-
scheduleId
com.querydsl.core.types.dsl.StringPath scheduleId
-
scheduleStatus
com.querydsl.core.types.dsl.EnumPath<ScheduleStatus> scheduleStatus
-
serviceType
com.querydsl.core.types.dsl.StringPath serviceType
-
startTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> startTime
-
status
com.querydsl.core.types.dsl.EnumPath<FeedRunStatus> status
-
stickyCookie
com.querydsl.core.types.dsl.StringPath stickyCookie
-
summary
com.mongodb.QBasicDBObject summary
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
- serialVersionUID:
- 1054129710L
-
Serialized Fields
-
jobId
com.querydsl.core.types.dsl.StringPath jobId
-
jobParams
com.querydsl.core.types.dsl.ListPath<String,com.querydsl.core.types.dsl.StringPath> jobParams
-
jobPath
com.querydsl.core.types.dsl.StringPath jobPath
-
scheduleParams
com.querydsl.core.types.dsl.ListPath<String,com.querydsl.core.types.dsl.StringPath> scheduleParams
-
- serialVersionUID:
- -1675628787L
-
class QSchedule extends com.querydsl.core.types.dsl.EntityPathBase<
Schedule> implements
Serializable
- serialVersionUID:
- -744085804L
-
Serialized Fields
-
_super
QFeedAuditEntry _super
-
businessId
com.querydsl.core.types.dsl.NumberPath<Long> businessId
-
collectionId
com.querydsl.core.types.dsl.StringPath collectionId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
description
com.querydsl.core.types.dsl.StringPath description
-
endTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> endTime
-
feedId
com.querydsl.core.types.dsl.StringPath feedId
-
feedInterval
com.querydsl.core.types.dsl.NumberPath<Integer> feedInterval
-
id
QObjectId id
-
jobId
com.querydsl.core.types.dsl.StringPath jobId
-
lastRunTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> lastRunTime
-
maxRunTime
com.querydsl.core.types.dsl.NumberPath<Integer> maxRunTime
-
name
com.querydsl.core.types.dsl.StringPath name
-
params
com.querydsl.core.types.dsl.ListPath<JobParam,QJobParam> params
-
reason
com.querydsl.core.types.dsl.StringPath reason
-
repeatInterval
com.querydsl.core.types.dsl.NumberPath<Integer> repeatInterval
-
scheduleId
com.querydsl.core.types.dsl.StringPath scheduleId
-
serviceType
com.querydsl.core.types.dsl.StringPath serviceType
-
startTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> startTime
-
state
com.querydsl.core.types.dsl.EnumPath<ScheduleState> state
-
status
com.querydsl.core.types.dsl.EnumPath<ScheduleStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
It refers to the identifier of collection.
-
description
String description
Schedule description
-
endTime
LocalDateTime endTime
It refers to the end time of the feed.
-
feedId
String feedId
Feed id to which this schedule is associated with
-
feedInterval
Integer feedInterval
-
id
org.bson.types.ObjectId id
-
jobId
String jobId
Job id to which this schedule is associated with
-
lastRunTime
LocalDateTime lastRunTime
Last run time
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
Schedule name
-
params
List<JobParam> params
Job run time parameters
-
reason
String reason
Feed error reason
-
repeatInterval
Integer repeatInterval
RepeatInterval - after this seconds the feed will be retriggered
-
scheduleId
String scheduleId
Schedule Id
-
serviceType
String serviceType
Service type
-
startTime
LocalDateTime startTime
It refers to the start time of the feed.
-
state
ScheduleState state
Schedule state
-
status
ScheduleStatus status
Schedule status
-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
jobId
String jobId
Job ID. It should be the name of the job file(i.e. enclosed within tags in job file)
-
jobParams
List<String> jobParams
Names of job params
-
jobPath
String jobPath
Job path
-
scheduleParams
List<String> scheduleParams
Params used in the schedule
-
-
-
class CacheClearRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
-
class FeedJobRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
It refers the description of the schedule.
-
executionType
String executionType
It refers to the type of exection, if not given,
by default it will run in pentaho.
-
jobId
String jobId
It refers the id of the Schedule.
-
jobParams
List<JobParamDTO> jobParams
Other properties for the feed
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
It refers the name of the Schedule.
-
serviceType
String serviceType
It refers the service type.
-
status
JobStatus status
Job Status ACTIVE/INACTIVE
-
class FeedJobRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
It refers the authToken of the item.
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
It refers the collectionId of the item.
-
feedId
String feedId
-
feedJobRequest
FeedJobRequest feedJobRequest
It contains the information of feedJobRequest.
-
filters
String filters
This parameter will be available for all the services that supports filters.
This parameter is used to mention the filter condition of the items which going to responded by the API.
-
page
int page
This parameter will be available for all the services that supports pagination.
This parameter is used to mention the starting index of the items which going to responded by the API.
-
size
int size
This parameter will be available for all the services that supports pagination.
This parameter is used to mention the number of maximum items that needs to be responded for the request.
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
This parameter will be available for all the services that supports sorting.
This parameter is used to mention the sort condition of the items which going to responded by the API.
-
class FeedRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowParllelExecution
Boolean allowParllelExecution
If this flag is true for a scheduled feed, execution will start immediately if it is time to run, it will not wait
for previous feed to complete
-
description
String description
It refers the description of the feed.
-
executionCluster
String executionCluster
It refers to the pentaho cluster where the job has to execute, if not given,
by default it will run in primary cluster.
-
executionType
String executionType
It refers to the type of exection, if not given,
by default it will run in pentaho.
-
feedId
String feedId
It refers the id of the feed.
-
jobInfo
JobInfoDTO jobInfo
Kettle job information
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
It refers the name of the feed.
-
serviceConfigs
String[] serviceConfigs
Service configs
-
serviceType
String serviceType
It refers the service type.
-
class FeedRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
It refers the authToken of the item.
-
feedRequest
FeedRequest feedRequest
It contains the information of FeedRequest.
-
filters
String filters
This parameter will be available for all the services that supports filters.
This parameter is used to mention the filter condition of the items which going to responded by the API.
-
page
int page
This parameter will be available for all the services that supports pagination.
This parameter is used to mention the starting index of the items which going to responded by the API.
-
size
int size
This parameter will be available for all the services that supports pagination.
This parameter is used to mention the number of maximum items that needs to be responded for the request.
-
class FeedRunHistoryRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class FeedRunHistoryRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
Collection id
-
feedId
String feedId
Feed id
-
feedRunHistoryRequest
FeedRunHistoryRequest feedRunHistoryRequest
Actual request object for history
-
filters
String filters
This parameter will be available for all the services that supports filters.
This parameter is used to mention the filter condition of the items which going to responded by the API.
-
id
String id
unique ID for history
-
jobId
String jobId
Job Id
-
page
int page
-
scheduleId
String scheduleId
Schedule Id
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
This parameter will be available for all the services that supports sorting.
This parameter is used to mention the sort condition of the items which going to responded by the API.
-
class ScheduleRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
It refers the description of the schedule.
-
endTime
String endTime
End time for the feed
-
feedInterval
Integer feedInterval
It refers the frequency interval
-
maxRunTime
Integer maxRunTime
Max time to run the feed(in Seconds). If the feed exceeds this time it will be terminated
-
name
String name
It refers the name of the Schedule.
-
params
List<JobParamDTO> params
Other properties for the feed
-
repeatInterval
Integer repeatInterval
It refers the frequency interval
-
scheduleId
String scheduleId
It refers the id of the Schedule.
-
startTime
String startTime
Start time for the feed
-
status
ScheduleStatus status
Schedule Status - ACTIVE/INACTIVE
-
class ScheduleRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
-
feedId
String feedId
-
filters
String filters
-
jobId
String jobId
-
page
int page
This parameter will be available for all the services that supports pagination.
This parameter is used to mention the starting index of the items which going to responded by the API.
-
scheduleRequest
ScheduleRequest scheduleRequest
-
size
int size
This parameter will be available for all the services that supports pagination.
This parameter is used to mention the number of maximum items that needs to be responded for the request.
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
class FeedDTO extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowParllelExecution
Boolean allowParllelExecution
If this flag is true for a scheduled feed, execution will start immediately if it is time to run, it will not wait
for previous feed to complete
-
createdBy
long createdBy
It refers to the createdBy of the feed.
-
createdOn
String createdOn
It refers to the createdOn of the feed.
-
description
String description
It refers the description of the feed.
-
executionCluster
String executionCluster
It refers to the pentaho cluster where the job has to execute, if not given,
by default it will run in primary cluster.
-
executionType
String executionType
It refers to the type of exection, if not given,
by default it will run in pentaho.
-
feedId
String feedId
It refers to the identifier of feed
-
jobInfo
JobInfoDTO jobInfo
Feed job info
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
It refers the name of the feed.
-
serviceConfigs
String[] serviceConfigs
Service configs
-
serviceType
String serviceType
Service type
-
updatedBy
long updatedBy
It refers to the updatedBy of the feed.
-
updatedOn
String updatedOn
It refers to the updatedOn of the feed.
-
class FeedJobBatchResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
class FeedJobDTO extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
It refers the identifier of the collection
-
createdBy
long createdBy
It refers to the createdBy of the feedJob.
-
createdOn
String createdOn
It refers to the createdOn of the feedJob.
-
description
String description
It refers the description of the schedule.
-
executionType
String executionType
It refers to the type of exection, if not given,
by default it will run in pentaho.
-
feedId
String feedId
It refers the identifier of the schedule.
-
jobId
String jobId
It refers the identifier of the schedule returned by pentaho.
-
jobParams
List<JobParamDTO> jobParams
Other properties for the feed
-
maxRunTime
Integer maxRunTime
Maximum run time after which the feed will be killed if not completed
-
name
String name
It refers the name of the schedule.
-
serviceType
String serviceType
Service type
-
status
JobStatus status
Job Status ACTIVE/INACTIVE
-
updatedBy
long updatedBy
It refers to the updatedBy of the feedJob.
-
updatedOn
String updatedOn
It refers to the updatedOn of the feedJob.
-
class FeedJobsAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
feedJobs
List<FeedJobDTO> feedJobs
It contains the list of feedJob information.
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class FeedRunHistoryDTO extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
It refers to the identifier of collection.
-
createdBy
long createdBy
It refers to the createdBy of the history.
-
createdOn
String createdOn
It refers to the createdOn of the history.
-
endTime
String endTime
End time for the feed
-
feedId
String feedId
It refers the identifier of the schedule.
-
id
String id
It refers the identifier of the item.
-
jobId
String jobId
It refers the identifier of the schedule.
-
reason
String reason
It refers to the reason of error feed
-
runRequestId
String runRequestId
It refers the feed run request ID.
-
scheduleId
String scheduleId
It refers the identifier of the schedule returned by pentaho.
-
scheduleStatus
ScheduleStatus scheduleStatus
Schedule Status - INACTIVE/SCHEDULED/ONDEMAND
-
serviceType
String serviceType
Service type
-
startTime
String startTime
Start time for the feed
-
status
FeedRunStatus status
It refers the feed run status
-
summary
com.mongodb.BasicDBObject summary
summary report - Create, Update and Failed count
-
updatedBy
long updatedBy
It refers to the updatedBy of the history.
-
updatedOn
String updatedOn
It refers to the updatedOn of the history.
-
class FeedRunHistorysAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
feedRunHistorys
List<FeedRunHistoryDTO> feedRunHistorys
It contains the list of feedRunHistory information.
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class FeedsAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
feeds
List<FeedDTO> feeds
It contains the list of Feed information.
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class FeedServiceErrorResponse extends com.skava.core.ResponseModel implements
Serializable
- serialVersionUID:
- 1L
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
Integer count
actual number of records the response holds
-
page
Integer page
page number of the response
-
size
Integer size
max size of the page
-
totalCount
Long totalCount
total records available for the request
-
-
class ScheduleDTO extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
It refers the businessId.
-
collectionId
String collectionId
It refers to the identifier of collection.
-
createdBy
long createdBy
It refers to the createdBy of the schedule.
-
createdOn
String createdOn
It refers to the createdOn of the schedule.
-
description
String description
It refers the description of the schedule.
-
endTime
String endTime
End time for the feed
-
feedId
String feedId
It refers the identifier of the schedule.
-
feedInterval
Integer feedInterval
It refers the frequency interval
-
jobId
String jobId
It refers the identifier of the schedule.
-
lastRunTime
String lastRunTime
Last run time
-
maxRunTime
Integer maxRunTime
Max time to run the feed(in Seconds). If the feed exceeds this time it will be terminated
-
name
String name
It refers the name of the schedule.
-
params
List<JobParamDTO> params
Other properties for the feed
-
repeatInterval
Integer repeatInterval
It refers the frequency interval
-
scheduleId
String scheduleId
It refers the identifier of the schedule returned by pentaho.
-
serviceType
String serviceType
Service type
-
startTime
String startTime
Start time for the feed
-
state
ScheduleState state
Schedule State - COMPLETED/WAITING/RUNNING
-
status
ScheduleStatus status
Schedule Status - INACTIVE/SCHEDULED/ONDEMAND
-
updatedBy
long updatedBy
It refers to the updatedBy of the schedule.
-
updatedOn
String updatedOn
It refers to the updatedOn of the schedule.
-
class SchedulesAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
schedules
List<ScheduleDTO> schedules
It contains the list of schedule information.
-
-
class HistoryResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
-
-
-
-
class GlueJobResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endTime
String endTime
End time
-
id
String id
Id of the job
-
message
String message
Response message
-
startTime
String startTime
Start time
-
status
String status
status
-
-
Class org.bson.types.BasicBSONList
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.types.Binary
- serialVersionUID:
- 7902997490338209467L
-
Serialized Fields
-
data
byte[] data
-
type
byte type
-
Class org.bson.types.BSONTimestamp
- serialVersionUID:
- -3268482672267936464L
-
Serialized Fields
-
inc
int inc
-
time
Date time
-
Class org.bson.types.Code
- serialVersionUID:
- 475535263314046697L
-
Class org.bson.types.CodeWithScope
class CodeWithScope extends org.bson.types.Code implements
Serializable
- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
org.bson.Document scope
-
Class org.bson.types.CodeWScope
class CodeWScope extends org.bson.types.Code implements
Serializable
- serialVersionUID:
- -6284832275113680002L
-
Class org.bson.types.Decimal128
- serialVersionUID:
- 4570973266503637887L
-
Serialized Fields
-
high
long high
-
low
long low
-
Class org.bson.types.MaxKey
- serialVersionUID:
- 5123414776151687185L
-
Class org.bson.types.MinKey
- serialVersionUID:
- 4075901136671855684L
-
Class org.bson.types.ObjectId
- serialVersionUID:
- 1L
-
-
Serialized Fields
-
counter
int counter
-
randomValue1
int randomValue1
-
randomValue2
short randomValue2
-
timestamp
int timestamp
-
class QObjectId extends com.querydsl.core.types.dsl.BeanPath<org.bson.types.ObjectId> implements
Serializable
- serialVersionUID:
- 1931139171L
-
Serialized Fields
-
counter
com.querydsl.core.types.dsl.NumberPath<Integer> counter
-
date
com.querydsl.core.types.dsl.DateTimePath<Date> date
-
randomValue1
com.querydsl.core.types.dsl.NumberPath<Integer> randomValue1
-
randomValue2
com.querydsl.core.types.dsl.NumberPath<Short> randomValue2
-
timestamp
com.querydsl.core.types.dsl.NumberPath<Integer> timestamp
-
Class org.bson.types.Symbol
- serialVersionUID:
- 1326269319883146072L