Serialized Form

  • Package com.skava.feed.exception

  • Package com.skava.feed.model

  • Package com.skava.feed.model.domain

  • Package com.skava.feed.model.entity

    • Class com.skava.feed.model.entity.Feed

      class Feed extends FeedAuditEntry 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
          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
    • Class com.skava.feed.model.entity.FeedAuditEntry

      class FeedAuditEntry extends Object implements Serializable
      serialVersionUID:
      -728536578108817836L
      • Serialized Fields

    • Class com.skava.feed.model.entity.FeedJob

      class FeedJob extends FeedAuditEntry implements Serializable
      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
    • Class com.skava.feed.model.entity.FeedRunHistory

      class FeedRunHistory extends FeedAuditEntry implements Serializable
      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
    • Class com.skava.feed.model.entity.JobInfo

      class JobInfo extends Object implements Serializable
      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
    • Class com.skava.feed.model.entity.JobParam

      class JobParam extends Object implements Serializable
      serialVersionUID:
      7829676640834699125L
      • Serialized Fields

        • name
          String name
          Name of the param
        • stringValue
          String stringValue
          String value for the param
    • Class com.skava.feed.model.entity.QFeed

      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
    • Class com.skava.feed.model.entity.QFeedAuditEntry

      class QFeedAuditEntry extends com.querydsl.core.types.dsl.BeanPath<FeedAuditEntry> implements Serializable
      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 com.skava.feed.model.entity.QFeedJob

      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
    • Class com.skava.feed.model.entity.QFeedRunHistory

      class QFeedRunHistory extends com.querydsl.core.types.dsl.EntityPathBase<FeedRunHistory> implements Serializable
      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
    • Class com.skava.feed.model.entity.QJobInfo

      class QJobInfo extends com.querydsl.core.types.dsl.BeanPath<JobInfo> implements Serializable
      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
    • Class com.skava.feed.model.entity.QJobParam

      class QJobParam extends com.querydsl.core.types.dsl.BeanPath<JobParam> implements Serializable
      serialVersionUID:
      -1675628787L
      • Serialized Fields

        • name
          com.querydsl.core.types.dsl.StringPath name
        • stringValue
          com.querydsl.core.types.dsl.StringPath stringValue
    • Class com.skava.feed.model.entity.QSchedule

      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
    • Class com.skava.feed.model.entity.Schedule

      class Schedule extends FeedAuditEntry implements Serializable
      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
  • Package com.skava.feed.model.exchange

  • Package com.skava.feed.model.exchange.request

    • Class com.skava.feed.model.exchange.request.CacheClearRequestInternal

      class CacheClearRequestInternal extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

    • Class com.skava.feed.model.exchange.request.FeedJobParam

      class FeedJobParam extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • name
          String name
          Name of the param
        • stringValue
          String stringValue
          String value for the param
    • Class com.skava.feed.model.exchange.request.FeedJobRequest

      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 com.skava.feed.model.exchange.request.FeedJobRequestInternal

      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 com.skava.feed.model.exchange.request.FeedRequest

      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 com.skava.feed.model.exchange.request.FeedRequestInternal

      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 com.skava.feed.model.exchange.request.FeedRunHistoryRequest

      class FeedRunHistoryRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • endTime
          String endTime
          End time for the feed
        • reason
          String reason
          Feed error reason
        • runRequestId
          String runRequestId
          Feed run request Id
        • startTime
          String startTime
          Start time for the feed
        • status
          FeedRunStatus status
          Feed run status
        • summary
          com.mongodb.BasicDBObject summary
          summary report - Create, Update and Failed count
    • Class com.skava.feed.model.exchange.request.FeedRunHistoryRequestInternal

      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 com.skava.feed.model.exchange.request.ScheduleRequest

      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 com.skava.feed.model.exchange.request.ScheduleRequestInternal

      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
  • Package com.skava.feed.model.exchange.response

    • Class com.skava.feed.model.exchange.response.FeedDTO

      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 com.skava.feed.model.exchange.response.FeedJobBatchResponse

      class FeedJobBatchResponse extends com.skava.core.validation.OutputModel implements Serializable
      serialVersionUID:
      1L
    • Class com.skava.feed.model.exchange.response.FeedJobDTO

      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 com.skava.feed.model.exchange.response.FeedJobsAPIResponse

      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 com.skava.feed.model.exchange.response.FeedRunHistoryDTO

      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 com.skava.feed.model.exchange.response.FeedRunHistorysAPIResponse

      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 com.skava.feed.model.exchange.response.FeedsAPIResponse

      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 com.skava.feed.model.exchange.response.FeedServiceErrorResponse

      class FeedServiceErrorResponse extends com.skava.core.ResponseModel implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • reasons
          List<Reason> reasons
          It contains the information of items.
        • status
          int status
          Specifies the status for the item to be created. 0 indicates inactive and 1 indicates active status.
    • Class com.skava.feed.model.exchange.response.PageableInfo

      class PageableInfo extends Object implements Serializable
      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 com.skava.feed.model.exchange.response.Reason

      class Reason extends Object implements Serializable
      serialVersionUID:
      1L
    • Class com.skava.feed.model.exchange.response.ScheduleDTO

      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 com.skava.feed.model.exchange.response.SchedulesAPIResponse

      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.
  • Package com.skava.feed.processor.model

  • Package com.skava.feed.request

  • Package com.skava.feed.response

  • Package org.bson.types

    • Class org.bson.types.BasicBSONList

      class BasicBSONList extends ArrayList<Object> implements Serializable
      serialVersionUID:
      -4415279469780082174L
    • Class org.bson.types.Binary

      class Binary extends Object implements Serializable
      serialVersionUID:
      7902997490338209467L
      • Serialized Fields

        • data
          byte[] data
        • type
          byte type
    • Class org.bson.types.BSONTimestamp

      class BSONTimestamp extends Object implements Serializable
      serialVersionUID:
      -3268482672267936464L
      • Serialized Fields

        • inc
          int inc
        • time
          Date time
    • Class org.bson.types.Code

      class Code extends Object implements Serializable
      serialVersionUID:
      475535263314046697L
      • Serialized Fields

    • 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
      • Serialized Fields

        • scope
          org.bson.BSONObject scope
    • Class org.bson.types.Decimal128

      class Decimal128 extends Number implements Serializable
      serialVersionUID:
      4570973266503637887L
      • Serialized Fields

        • high
          long high
        • low
          long low
    • Class org.bson.types.MaxKey

      class MaxKey extends Object implements Serializable
      serialVersionUID:
      5123414776151687185L
    • Class org.bson.types.MinKey

      class MinKey extends Object implements Serializable
      serialVersionUID:
      4075901136671855684L
    • Class org.bson.types.ObjectId

      class ObjectId extends Object implements Serializable
      serialVersionUID:
      1L
    • Class org.bson.types.QObjectId

      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

      class Symbol extends Object implements Serializable
      serialVersionUID:
      1326269319883146072L
      • Serialized Fields