A B C D E F G H I J K L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABANDONED - com.carfey.ops.api.enums.JobChainStatus
- ABANDONED - com.carfey.ops.api.enums.JobRuntimeStatus
- ABANDONED - com.carfey.ops.api.enums.JobStatisticsStatus
- AbstractAPIManager - Class in com.carfey.ops.api.embedded
-
Base class for all implementations of the Obsidian public embedded API.
- AbstractAPIManager() - Constructor for class com.carfey.ops.api.embedded.AbstractAPIManager
- AbstractAPIManager.ActionCallable - Class in com.carfey.ops.api.embedded
- AbstractJobChainUpdateRequest<T extends AbstractJobChainUpdateRequest<?>> - Class in com.carfey.ops.api.bean.job
- AbstractJobChainUpdateRequest() - Constructor for class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- AbstractJobCreationRequest<T extends AbstractJobCreationRequest<?>> - Class in com.carfey.ops.api.bean.job
- AbstractJobCreationRequest() - Constructor for class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- AbstractJobExecutionSubscriptionUpdateRequest<T extends AbstractJobExecutionSubscriptionUpdateRequest<?>> - Class in com.carfey.ops.api.bean.notification
- AbstractJobExecutionSubscriptionUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- AbstractScheduleCreationRequest<T extends AbstractScheduleCreationRequest<?>> - Class in com.carfey.ops.api.bean.schedule
- AbstractScheduleCreationRequest() - Constructor for class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- AbstractSubscriberUpdateRequest<T extends AbstractSubscriberUpdateRequest<?>> - Class in com.carfey.ops.api.bean.notification
- AbstractSubscriberUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- AbstractSubscriptionUpdateRequest<T extends AbstractSubscriptionUpdateRequest<?>> - Class in com.carfey.ops.api.bean.notification
- AbstractSubscriptionUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- AbstractTemplateUpdateRequest<T extends AbstractTemplateUpdateRequest<?>> - Class in com.carfey.ops.api.bean.notification
- AbstractTemplateUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- AbstractUserCreationRequest<T extends AbstractUserCreationRequest<?>> - Class in com.carfey.ops.api.bean.user
- AbstractUserCreationRequest() - Constructor for class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- ActionCallable(RestAction, EmbeddedRequestExtractor) - Constructor for class com.carfey.ops.api.embedded.AbstractAPIManager.ActionCallable
- active - Variable in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- active - Variable in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- active - Variable in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- active - Variable in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- active - Variable in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- active - Variable in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- activeSchedule - Variable in class com.carfey.ops.api.bean.job.JobState
- AD_HOC_ACTIVE - com.carfey.ops.api.enums.JobStatus
- add(String) - Method in exception com.carfey.suite.action.ValidationException
- addCalendar(CustomCalendarUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.CustomCalendarManager
-
Creates a new
CustomCalendarbased on the supplied request. - addChain(JobChainUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Creates a new job chain with the supplied configuration.
- addDetail(String) - Method in class com.carfey.ops.event.Event
- addDetails(List<String>) - Method in class com.carfey.ops.event.Event
- addJob(JobCreationRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Creates a new configured job.
- addJobSchedule(long, ScheduleCreationRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Adds a new job schedule to a job, merging and splitting existing schedules as required.
- addOrUpdateScheduleAlias(String, String, String) - Method in class com.carfey.ops.api.embedded.ScheduleAliasManager
-
Creates or updates a schedule alias.
- addParameter(Map<String, String[]>, String, Object) - Method in class com.carfey.ops.api.embedded.AbstractAPIManager
- addSubscriber(SubscriberUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Creates a new subscriber with the supplied configuration.
- addTemplate(TemplateUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Creates a new template with the supplied configuration.
- addUser(UserCreationRequest, String) - Method in class com.carfey.ops.api.embedded.UserManager
-
Creates a new user with the supplied configuration.
- addValue(String, String, String) - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- adHoc - Variable in class com.carfey.ops.api.bean.history.Runtime
- ADMIN - Static variable in class com.carfey.ops.api.enums.Role
- ALL - com.carfey.ops.api.enums.JobRecoveryType
- allJobs - Variable in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- allowMultiple() - Method in annotation type com.carfey.ops.job.param.Parameter
- API - Static variable in class com.carfey.ops.api.enums.Role
- appliesToAllCategories() - Method in class com.carfey.ops.api.bean.notification.Template
-
Indicates if the template applies to all categories (i.e.
- appliesToAllJobs() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
Indicates if the subscription applies to all jobs (i.e.
- appliesToAllJobs() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
Indicates if the subscription applies to all jobs (i.e.
- appliesToAllJobs() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscriptionUpdateRequest
-
Indicates if the subscription applies to all jobs (i.e.
- appliesToAllJobs() - Method in class com.carfey.ops.api.bean.system.restore.GeneralSubscriptionSaveRequest
- ASC - com.carfey.ops.api.enums.SortDirection
- AsyncJobRuntimeResultsRequest - Class in com.carfey.ops.api.bean.history
-
Used to finalize an
SchedulableJob.AsyncJobruntime viaRuntimeManager. - AsyncJobRuntimeResultsRequest() - Constructor for class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- AsyncJobRuntimeStatus - Enum in com.carfey.ops.api.enums
- authenticate(String, String) - Method in interface com.carfey.suite.security.Authenticator
-
This interface can be used to provide any authentication user/role mapping implementation that is desired for use by Obsidian Scheduler.
- authenticate(String, String) - Method in class com.carfey.suite.security.LdapAuthenticator
-
User provided must be valid in building the distinguished name as follows:
mAttribute + "=" + user + "," + mBase.
mAttribute and mBase are defined above. - authenticateREST(String, String) - Method in interface com.carfey.suite.security.Authenticator
-
This optional interface is to allow custom authentication for REST usage.
- AuthenticationFailedException(Exception) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticationFailedException
- AuthenticationFailedException(String) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticationFailedException
- AuthenticationFailedException(String, Exception) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticationFailedException
- AuthenticationMembershipFailedException(Exception) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticationMembershipFailedException
- AuthenticationMembershipFailedException(String) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticationMembershipFailedException
- AuthenticationMembershipFailedException(String, Exception) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticationMembershipFailedException
- Authenticator - Interface in com.carfey.suite.security
-
The interface that must be implemented by any custom Authenticator to be used by Obsidian.
- Authenticator - Interface in com.carfey.suite.security.remember
-
A specialization of the basic
Authenticatorthat supports remember me functionality. - Authenticator.AuthenticationFailedException - Exception in com.carfey.suite.security
- Authenticator.AuthenticationMembershipFailedException - Exception in com.carfey.suite.security
- Authenticator.AuthenticatorException - Exception in com.carfey.suite.security
- AuthenticatorException(Exception) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticatorException
- AuthenticatorException(String) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticatorException
- AuthenticatorException(String, Exception) - Constructor for exception com.carfey.suite.security.Authenticator.AuthenticatorException
- AUTHOR - Static variable in class com.carfey.ops.api.enums.Role
- autoInterrupt - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- autoInterrupt - Variable in class com.carfey.ops.api.bean.job.Job
- autoInterrupt() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- autoRetryCount - Variable in class com.carfey.ops.api.bean.history.Runtime
- autoRetryCount - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- autoRetryCount - Variable in class com.carfey.ops.api.bean.job.Job
- autoRetryInterval - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- autoRetryInterval - Variable in class com.carfey.ops.api.bean.job.Job
- autoRetryIntervalExponent - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- autoRetryIntervalExponent - Variable in class com.carfey.ops.api.bean.job.Job
B
- BASIC_AUTH_CONFIG_KEY - Static variable in class com.carfey.ops.event.dispatch.RESTfulEventHook
- BEFORE_EXECUTE - com.carfey.ops.job.config.JobConfig.ParameterValidation
- beforeInterrupt() - Method in interface com.carfey.ops.job.InterruptableJob
-
Invoked before the job is interrupted via
Thread.interrupt(). - beforeInterrupt(Context) - Method in interface com.carfey.ops.job.InterruptableContextJob
-
Invoked before the job is interrupted via
Thread.interrupt(). - bodyTemplate - Variable in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- BOOLEAN - com.carfey.ops.api.enums.ParameterType
- BOOLEAN - com.carfey.ops.job.param.Type
- buildPayload(Event) - Method in class com.carfey.ops.event.dispatch.SlackEventHook
-
Override to change the JSON payload that is built for a given event.
- buildUpContextEnvironment(String, String, Hashtable<String, String>) - Method in class com.carfey.suite.security.LdapAuthenticator
-
Stores needed environment attributes.
C
- call() - Method in class com.carfey.ops.api.embedded.AbstractAPIManager.ActionCallable
- category - Variable in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- category - Variable in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- Category - Enum in com.carfey.ops.api.enums
- Category - Enum in com.carfey.ops.event
-
Event categories, or types.
- CHAIN_ACTIVE - com.carfey.ops.api.enums.JobStatus
- CHAIN_SKIPPED - com.carfey.ops.api.enums.JobChainStatus
- CHAIN_SKIPPED - com.carfey.ops.api.enums.JobRuntimeStatus
- CHAIN_SKIPPED - com.carfey.ops.api.enums.JobStatisticsStatus
- CHAIN_SUBMISSION - com.carfey.ops.api.enums.SubmissionMode
- chainAll - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- chainAll - Variable in class com.carfey.ops.api.bean.job.Job
- chainAll() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- chainAnnotations() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- chainDescription() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainAnnotation
- ChainJob - Class in com.carfey.ops.api.bean.history
- ChainJob() - Constructor for class com.carfey.ops.api.bean.history.ChainJob
- chainSchedule() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainAnnotation
- chainSource - Variable in class com.carfey.ops.api.bean.history.Runtime
- ChainSource - Class in com.carfey.ops.api.bean.history
- ChainSource() - Constructor for class com.carfey.ops.api.bean.history.ChainSource
- ChainsRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to update job chain configuration on a
SystemRestoreConfigurationviaSystemRestoreManager. - ChainsRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.ChainsRequest
- ChainTarget - Class in com.carfey.ops.api.bean.history
- ChainTarget() - Constructor for class com.carfey.ops.api.bean.history.ChainTarget
- chainTargets - Variable in class com.carfey.ops.api.bean.history.Runtime
- CLASS - com.carfey.ops.api.enums.ParameterType
- CLASS - com.carfey.ops.job.param.Type
- clearAll() - Method in class com.carfey.ops.job.result.SerializationFactory
-
Clears all registered strategies,.
- clearEventHooks() - Static method in class com.carfey.ops.event.dispatch.EventHooks
-
Clears all registered
EventHookinstances. - CLUSTER_BOTH - com.carfey.ops.api.enums.StartupShutdownMode
- CLUSTER_SHUTDOWN - com.carfey.ops.api.enums.StartupShutdownMode
- CLUSTER_STARTUP - com.carfey.ops.api.enums.StartupShutdownMode
- com.carfey.ops.api.bean.calendar - package com.carfey.ops.api.bean.calendar
-
Contains the bean classes used by
CustomCalendarManager - com.carfey.ops.api.bean.history - package com.carfey.ops.api.bean.history
-
Contains the bean classes used by
RuntimeManager - com.carfey.ops.api.bean.host - package com.carfey.ops.api.bean.host
-
Contains the bean classes used by
HostManager - com.carfey.ops.api.bean.job - package com.carfey.ops.api.bean.job
-
Contains the bean classes used by
JobManager - com.carfey.ops.api.bean.log - package com.carfey.ops.api.bean.log
-
Contains the bean classes used by
LogManager - com.carfey.ops.api.bean.notification - package com.carfey.ops.api.bean.notification
-
Contains the bean classes used by
NotificationManager - com.carfey.ops.api.bean.schedule - package com.carfey.ops.api.bean.schedule
-
Contains the bean classes used by
JobManagerandRuntimeManager - com.carfey.ops.api.bean.stats - package com.carfey.ops.api.bean.stats
- com.carfey.ops.api.bean.system - package com.carfey.ops.api.bean.system
-
Contains the bean classes used by
SystemParameterManager - com.carfey.ops.api.bean.system.restore - package com.carfey.ops.api.bean.system.restore
-
Contains the bean classes used by
SystemRestoreManager - com.carfey.ops.api.bean.user - package com.carfey.ops.api.bean.user
-
Contains the bean classes used by
UserManager - com.carfey.ops.api.embedded - package com.carfey.ops.api.embedded
-
The primary package for the Embedded API.
- com.carfey.ops.api.enums - package com.carfey.ops.api.enums
-
Contains enums used within the Embedded API.
- com.carfey.ops.event.dispatch - package com.carfey.ops.event.dispatch
-
Contains the classes used for custom event notifications.
- compareTo(RoleAssignment) - Method in class com.carfey.ops.action.user.RoleAssignment
- COMPLETED - com.carfey.ops.api.enums.AsyncJobRuntimeStatus
- COMPLETED - com.carfey.ops.api.enums.JobChainStatus
- COMPLETED - com.carfey.ops.api.enums.JobRuntimeStatus
- COMPLETED - com.carfey.ops.api.enums.JobStatisticsStatus
- COMPLETED - com.carfey.ops.api.enums.SubscriptionJobStatus
- CONDITIONAL - com.carfey.ops.api.enums.JobChainStatus
- CONDITIONAL - com.carfey.ops.api.enums.SubscriptionJobStatus
- CONFIG_KEY - Static variable in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- ConfigGeneratingJob - Interface in com.carfey.ops.job
-
This interface can be implemented to dynamically add configuration via
JobParametervalues. - ConfigGeneratingJob.GeneratedParameter - Annotation Type in com.carfey.ops.job
-
Not meant for public use
- Configuration - Annotation Type in com.carfey.ops.job.param
-
Used to annotate a
SchedulableJobimplementation with definedParametervalues. - ConfigurationParameter - Class in com.carfey.ops.api.bean.job
- ConfigurationParameter() - Constructor for class com.carfey.ops.api.bean.job.ConfigurationParameter
- ConfigValidatingJob - Interface in com.carfey.ops.job
-
This interface can be implemented by a
SchedulableJobimplementation to add additional validation beyond what the defaultParameterannotations allow. - CONFLICT_MISSED - com.carfey.ops.api.enums.JobRuntimeStatus
- CONFLICT_MISSED - com.carfey.ops.api.enums.JobStatisticsStatus
- CONFLICTED - com.carfey.ops.api.enums.JobRecoveryType
- CONFLICTED - com.carfey.ops.api.enums.JobRuntimeStatus
- CONFLICTED_RECOVERY - com.carfey.ops.api.enums.SubmissionMode
- ConflictListing - Class in com.carfey.ops.api.bean.job
- ConflictListing() - Constructor for class com.carfey.ops.api.bean.job.ConflictListing
- ConflictUpdateRequest - Class in com.carfey.ops.api.bean.job
-
Used to update configured job conflicts via
JobManager. - ConflictUpdateRequest() - Constructor for class com.carfey.ops.api.bean.job.ConflictUpdateRequest
- CONTAINS - com.carfey.ops.api.enums.JobChainConditionOperator
- CONTAINS - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- Context - Class in com.carfey.ops.job
-
Provides parameterization and execution context to a
SchedulableJob. - cron() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
Cron pattern for initialized job.
- CustomCalendar - Class in com.carfey.ops.api.bean.calendar
- CustomCalendar() - Constructor for class com.carfey.ops.api.bean.calendar.CustomCalendar
- customCalendarId - Variable in class com.carfey.ops.api.bean.job.JobCreationRequest
- CustomCalendarListing - Class in com.carfey.ops.api.bean.calendar
- CustomCalendarListing() - Constructor for class com.carfey.ops.api.bean.calendar.CustomCalendarListing
- CustomCalendarManager - Class in com.carfey.ops.api.embedded
-
Class to manage custom calendars using the Obsidian public embedded API.
- CustomCalendarManager() - Constructor for class com.carfey.ops.api.embedded.CustomCalendarManager
- customCalendarName() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- CustomCalendarUpdateRequest - Class in com.carfey.ops.api.bean.calendar
-
Used to create or update a
CustomCalendarvia theCustomCalendarManager. - CustomCalendarUpdateRequest() - Constructor for class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
D
- DASHBOARD - com.carfey.ops.api.enums.Category
- DASHBOARD - com.carfey.ops.event.Category
- DatabaseConnectionProvider - Interface in com.carfey.ops.job.db
-
Implementations can provide access to alternate database connections.
- DAY - com.carfey.ops.api.enums.JobStatisticsDuration
- DEBUG - com.carfey.ops.api.enums.LogLevel
- DEBUG - com.carfey.ops.event.Level
- DECIMAL - com.carfey.ops.api.enums.ParameterType
- DECIMAL - com.carfey.ops.job.param.Type
- DEFAULT_CATEGORIES - Static variable in class com.carfey.ops.event.dispatch.RESTfulEventHook
- DEFAULT_CATEGORIES - Static variable in class com.carfey.ops.event.dispatch.SlackEventHook
- DEFAULT_CATEGORIES - Static variable in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- DEFAULT_LEVELS - Static variable in class com.carfey.ops.event.dispatch.RESTfulEventHook
- DEFAULT_LEVELS - Static variable in class com.carfey.ops.event.dispatch.SlackEventHook
- DEFAULT_LEVELS - Static variable in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- DEFAULT_USERNAME - Static variable in class com.carfey.ops.event.dispatch.SlackEventHook
- defaultForJobs - Variable in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- DefaultSerializationStrategy - Class in com.carfey.ops.job.result
-
The default
SerializationStrategyused by Obsidian, and the fallback for all cases where another suitable strategy is not found. - DefaultSerializationStrategy() - Constructor for class com.carfey.ops.job.result.DefaultSerializationStrategy
- defaultValue() - Method in annotation type com.carfey.ops.job.param.Parameter
- deleteCalendar(long, String) - Method in class com.carfey.ops.api.embedded.CustomCalendarManager
-
Deletes the requested
CustomCalendar. - deleteChain(long, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Deletes the requested job chain.
- deleteJob(long, boolean, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Deletes a configured job.
- deleteOneTimeRun(long, OneTimeRunDeleteRequest, String) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Delete a one-time job execution scheduled for the future.
- deleteScheduleAlias(String, String) - Method in class com.carfey.ops.api.embedded.ScheduleAliasManager
-
Deletes the schedule alias with the supplied alias.
- deleteSubscriber(long, String) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Deletes the requested subscriber.
- deleteTemplate(long, String) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Deletes the requested template.
- deleteUser(long, String) - Method in class com.carfey.ops.api.embedded.UserManager
-
Deletes the requested user.
- DESC - com.carfey.ops.api.enums.SortDirection
- description - Variable in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- description() - Method in annotation type com.carfey.ops.job.param.Parameter
-
A description of the parameter in the same vein as
Descriptionthat will provide guidance in the user interface. - Description - Annotation Type in com.carfey.ops.job.param
-
Used to supply a description of the job implementation by annotating
SchedulableJobimplementations, such as configuration notes, scheduling instructions, etc. - descriptionToHtml(String) - Method in interface com.carfey.ops.job.config.formatter.Formatter
- descriptionToHtml(String) - Method in class com.carfey.ops.job.config.formatter.MarkdownFormatter
-
Removes opening
<p>and closing</p>if entire value is wrapped. - deserialize(Class<T>, String) - Method in class com.carfey.ops.job.result.DefaultSerializationStrategy
- deserialize(Class<T>, String) - Method in class com.carfey.ops.job.result.JsonSerializationStrategy
- deserialize(Class<T>, String) - Method in interface com.carfey.ops.job.result.SerializationStrategy
-
Reconstructs the object from its string representation, which was created by
SerializationStrategy.serialize(Object). - deserializeJobResult(String, String, String) - Method in class com.carfey.ops.job.result.SerializationFactory
-
Finds an appropriate strategy and deserializes with it.
- DIED - com.carfey.ops.api.enums.JobChainStatus
- DIED - com.carfey.ops.api.enums.JobRuntimeStatus
- DIED - com.carfey.ops.api.enums.JobStatisticsStatus
- DIED - com.carfey.ops.api.enums.SubscriptionJobStatus
- DISABLED - com.carfey.ops.api.enums.JobStatus
- dispatch(Event) - Method in interface com.carfey.ops.event.dispatch.EventHook
-
This method is invoked for each event, regardless of level or category.
- dispatch(Event) - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
- dispatch(Event) - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- dispatch(Event) - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- DISPATCH - com.carfey.ops.api.enums.Category
- DISPATCH - com.carfey.ops.event.Category
E
- effectiveDate - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- effectiveDate - Variable in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- emailAddress - Variable in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- ENABLED - com.carfey.ops.api.enums.JobStatus
- endDate - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- endDate - Variable in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- endDate() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
Optional date following standard
java.time.ZonedDateTime#parse(CharSequence). - ENDS_WITH - com.carfey.ops.api.enums.JobChainConditionOperator
- ENDS_WITH - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- endTime - Variable in class com.carfey.ops.api.bean.history.Runtime
- equals(Object) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- equals(Object) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- equals(Object) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasUpdateRequest
- equals(Object) - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
- equals(Object) - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- equals(Object) - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- equals(Object) - Method in class com.carfey.ops.event.Event
- equals(Object) - Method in class com.carfey.ops.job.param.JobParameter
- equals(Object) - Method in class com.carfey.suite.security.Role
- equals(Object) - Method in class com.carfey.suite.security.User
- EQUALS - com.carfey.ops.api.enums.JobChainConditionOperator
- EQUALS - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- error - Variable in class com.carfey.ops.api.bean.history.Runtime
- ERROR - com.carfey.ops.api.enums.LogLevel
- ERROR - com.carfey.ops.event.Level
- Event - Class in com.carfey.ops.event
-
Contains information relating to a notification event.
- Event() - Constructor for class com.carfey.ops.event.Event
- Event(Category, Level, String) - Constructor for class com.carfey.ops.event.Event
- Event(Category, Level, String, String) - Constructor for class com.carfey.ops.event.Event
- EventHook - Class in com.carfey.ops.api.bean.host
- EventHook - Interface in com.carfey.ops.event.dispatch
-
Instances of this class can be registered with
EventHooks, and they will be invoked for every notification event that occurs on the running node. - EventHook() - Constructor for class com.carfey.ops.api.bean.host.EventHook
- EventHookAction - Enum in com.carfey.ops.event
- EventHookListing - Class in com.carfey.ops.api.bean.host
- EventHookListing() - Constructor for class com.carfey.ops.api.bean.host.EventHookListing
- EventHooks - Class in com.carfey.ops.event.dispatch
-
Provides static methods for dealing with
EventHookinstances, including methods to register and unregister those that Obsidian should use. - EventHooks() - Constructor for class com.carfey.ops.event.dispatch.EventHooks
- execute(Context) - Method in interface com.carfey.ops.job.SchedulableJob
-
Execute the job.
- executionOrder() - Method in annotation type com.carfey.ops.job.SchedulableJob.ScheduledRun
-
Indicates the order in which to execute methods.
- executionType - Variable in class com.carfey.ops.api.bean.history.Runtime
- EXISTS - com.carfey.ops.api.enums.JobChainConditionOperator
- EXISTS - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
F
- FAILED - com.carfey.ops.api.enums.AsyncJobRuntimeStatus
- FAILED - com.carfey.ops.api.enums.JobChainStatus
- FAILED - com.carfey.ops.api.enums.JobRuntimeStatus
- FAILED - com.carfey.ops.api.enums.JobStatisticsStatus
- FAILED - com.carfey.ops.api.enums.SubscriptionJobStatus
- failureRetries() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- failureRetryExponent() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- failureRetryInterval() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- FATAL - com.carfey.ops.api.enums.LogLevel
- FATAL - com.carfey.ops.event.Level
- FileListProvider - Class in com.carfey.ops.job.param
-
A
ListProviderwhich will enumerate files in a directory configured in a specified global parameter. - FileListProvider() - Constructor for class com.carfey.ops.job.param.FileListProvider
- FIVE_DAY - com.carfey.ops.api.enums.JobStatisticsDuration
- folder - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- folder - Variable in class com.carfey.ops.api.bean.job.Job
- Formatter - Interface in com.carfey.ops.job.config.formatter
- fromClassName(String) - Static method in enum com.carfey.ops.job.param.Type
G
- GeneralSubscription - Class in com.carfey.ops.api.bean.notification
- GeneralSubscription() - Constructor for class com.carfey.ops.api.bean.notification.GeneralSubscription
- GeneralSubscriptionSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create a general subscriptions on a subscriber on
SystemRestoreConfigurationviaSystemRestoreManager. - GeneralSubscriptionSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.GeneralSubscriptionSaveRequest
- GeneralSubscriptionUpdateRequest - Class in com.carfey.ops.api.bean.notification
- GeneralSubscriptionUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.GeneralSubscriptionUpdateRequest
- get() - Static method in class com.carfey.ops.job.result.SerializationFactory
- getActive() - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- getActive() - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- getActiveSchedule() - Method in class com.carfey.ops.api.bean.job.JobState
- getActiveStatuses() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
Limits the preview to the selected statuses.
- getAlias() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- getAlias() - Method in class com.carfey.ops.api.bean.system.restore.ScheduleAliasSaveRequest
- getAsyncJobRuntimeStatus() - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
-
If asyncJobRuntimeStatus is FAILED, you must also provide a resultException.
- getAutoInterrupt() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getAutoRetryCount() - Method in class com.carfey.ops.api.bean.history.Runtime
- getAutoRetryCount() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Defaults to 0.
- getAutoRetryCount() - Method in class com.carfey.ops.api.bean.job.Job
- getAutoRetryCount() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getAutoRetryInterval() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- getAutoRetryInterval() - Method in class com.carfey.ops.api.bean.job.Job
- getAutoRetryInterval() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getAutoRetryIntervalExponent() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- getAutoRetryIntervalExponent() - Method in class com.carfey.ops.api.bean.job.Job
- getAutoRetryIntervalExponent() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getAverage() - Method in class com.carfey.ops.api.bean.stats.Stats
- getBackingType() - Method in enum com.carfey.ops.job.param.Type
- getBodyTemplate() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- getBodyTemplate() - Method in class com.carfey.ops.api.bean.notification.Template
- getBoolean(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a single-valued Boolean parameter.
- getBooleanList(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a multi-valued Boolean parameter.
- getCalendar(long) - Method in class com.carfey.ops.api.embedded.CustomCalendarManager
-
Loads an existing
CustomCalendar. - getCallerClassName() - Method in class com.carfey.ops.event.Event
- getCategories() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
If non-empty, limits results to those matching a supplied category.
- getCategories() - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
-
If non-empty, limits results to those matching a supplied category.
- getCategories() - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
- getCategories() - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- getCategories() - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- getCategory() - Method in class com.carfey.ops.api.bean.log.Log
- getCategory() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
Not all categories are supported.
- getCategory() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
-
Not all categories are supported.
- getCategory() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
Not all categories are supported.
- getCategory() - Method in class com.carfey.ops.api.bean.notification.Template
- getCategory() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getCategory() - Method in class com.carfey.ops.event.Event
- getChain(long) - Method in class com.carfey.ops.api.embedded.JobManager
-
Loads details on an existing job chain.
- getChainAll() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getChains() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getChainSource() - Method in class com.carfey.ops.api.bean.history.Runtime
- getChainTargets() - Method in class com.carfey.ops.api.bean.history.Runtime
- getChildren() - Method in class com.carfey.ops.api.bean.job.JobFolder
- getClass(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a single-valued Class parameter.
- getClassList(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a multi-valued Class parameter.
- getConfig() - Method in class com.carfey.ops.job.Context
- getConfiguration() - Method in class com.carfey.ops.api.embedded.SystemRestoreManager
-
Returns the full system restore configuration for the system which can be used as a backup or to populate another Obsidian instance using either the JSON initialization file or
SystemRestoreManager.updateConfiguration(SystemRestoreConfiguration, String). - getConfiguration(SystemRestoreParameters) - Method in class com.carfey.ops.api.embedded.SystemRestoreManager
-
Returns the optionally filtered system restore configuration for the system which can be used as a backup or to populate another Obsidian instance using either the JSON initialization file or
SystemRestoreManager.updateConfiguration(SystemRestoreConfiguration, String). - getConflictJobs() - Method in class com.carfey.ops.api.bean.job.ConflictListing
- getConflictJobs() - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- getConflicts() - Method in class com.carfey.ops.api.bean.job.ConflictUpdateRequest
- getConflicts() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getConnection() - Method in interface com.carfey.ops.job.db.DatabaseConnectionProvider
- getCount() - Method in class com.carfey.ops.api.bean.stats.Stats
- getCreatedBy() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getCreatedBy() - Method in class com.carfey.ops.api.bean.history.Runtime
- getCreatedBy() - Method in class com.carfey.ops.api.bean.host.Host
- getCreatedBy() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- getCreatedBy() - Method in class com.carfey.ops.api.bean.job.Job
- getCreatedBy() - Method in class com.carfey.ops.api.bean.job.JobChain
- getCreatedBy() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- getCreatedBy() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getCreatedBy() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- getCreatedBy() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getCreatedBy() - Method in class com.carfey.ops.api.bean.notification.Template
- getCreatedBy() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getCreatedBy() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getCreatedDate() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getCreatedDate() - Method in class com.carfey.ops.api.bean.history.Runtime
- getCreatedDate() - Method in class com.carfey.ops.api.bean.host.Host
- getCreatedDate() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- getCreatedDate() - Method in class com.carfey.ops.api.bean.job.Job
- getCreatedDate() - Method in class com.carfey.ops.api.bean.job.JobChain
- getCreatedDate() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- getCreatedDate() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getCreatedDate() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- getCreatedDate() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getCreatedDate() - Method in class com.carfey.ops.api.bean.notification.Template
- getCreatedDate() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getCreatedDate() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getCurrentJobScheduleId() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getCurrentJobScheduleId() - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- getCustomCalendarId() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getCustomCalendarId() - Method in class com.carfey.ops.api.bean.job.JobCreationRequest
-
The optional custom calendar for the initial schedule.
- getCustomCalendarId() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getCustomCalendarId() - Method in class com.carfey.ops.api.bean.schedule.ScheduleCreationRequest
-
The optional custom calendar for the schedule.
- getCustomCalendarName() - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- getCustomCalendarName() - Method in class com.carfey.ops.api.bean.system.restore.ScheduleSaveRequest
- getCustomCalendars() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarListing
- getCustomCalendars() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getDates() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getDates() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
-
Required field.
- getDecimal(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a single-valued BigDecimal parameter.
- getDecimalList(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a multi-valued BigDecimal parameter.
- getDefaultValue() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- getDescription() - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- getDescription() - Method in class com.carfey.ops.api.bean.job.JobChain
- getDescription() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- getDescription() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getDetail() - Method in class com.carfey.ops.api.bean.history.ChainSource
- getDetail() - Method in class com.carfey.ops.api.bean.history.ChainTarget
- getDetail() - Method in class com.carfey.ops.api.bean.history.RuntimeError
- getDetails() - Method in class com.carfey.ops.event.Event
- getDisplayName() - Method in enum com.carfey.ops.event.Category
- getDisplayName() - Method in enum com.carfey.ops.event.Level
- getDisplayName() - Method in enum com.carfey.ops.job.param.Type
- getDuration() - Method in class com.carfey.ops.api.bean.stats.Stats
- getDurations() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- getEffectiveDate() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
The initial schedule start date, if not immediately effective.
- getEffectiveDate() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
If querying by activeStatus, this allows you to indicate what point in time to compare against the job status.
- getEffectiveDate() - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
-
The initial schedule effective date, if not effective immediately.
- getEffectiveDate() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getEmail() - Method in class com.carfey.suite.security.User
- getEmailAddress() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- getEmailAddress() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- getEmailAddress() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getEnabled() - Method in class com.carfey.ops.api.bean.host.HostUpdateRequest
-
Required field.
- getEnd() - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- getEnd() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- getEnd() - Method in class com.carfey.ops.api.bean.stats.Stats
- getEndDate() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Limits the listing to the selected end time (based on scheduled time).
- getEndDate() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
The initial schedule end date, if not effective forever.
- getEndDate() - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
-
Limits the listing to the end date selected.
- getEndDate() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
Limits the listing to the selected end time (based on scheduled time).
- getEndDate() - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
-
Limits the listing to the selected end time (based on scheduled time).
- getEndDate() - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
-
The schedule end date, if not effective forever.
- getEndDate() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
-
Limits the preview to the end date selected.
- getEndDate() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getEndTime() - Method in class com.carfey.ops.api.bean.history.Runtime
- getEntityName(Long) - Method in enum com.carfey.ops.event.Category
- getError() - Method in class com.carfey.ops.api.bean.history.Runtime
- getEventHook() - Method in class com.carfey.ops.api.bean.host.EventHook
- getEventHook() - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- getEventHookAction() - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- getEventHookName() - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- getEventHooks() - Method in class com.carfey.ops.api.bean.host.HostEventHook
- getEventHooks() - Static method in class com.carfey.ops.event.dispatch.EventHooks
-
Returns all registered
EventHookinstances that are used when notification events fire. - getEventTime() - Method in class com.carfey.ops.api.bean.log.Log
- getExceptionClass() - Method in class com.carfey.ops.api.bean.history.RuntimeError
- getExcludeItems() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
-
If specified, will filter out top level
SystemRestoreConfigurationattributes. - getExecutionType() - Method in class com.carfey.ops.api.bean.history.Runtime
- getExtraJobParameters(JobConfig) - Method in interface com.carfey.ops.job.ConfigGeneratingJob
-
Returns the list of additional job parameters to merge with saved parameters.
- getFilterParameters() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Can be used to match only on runtimes with specific runtime parameter values.
- getFilterParameters() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
Can be used to match only on jobs with specific job parameter values, either custom or defined.
- getFilterText() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
Limits results to those with summary or message text matching the supplied text.
- getFirstName() - Method in class com.carfey.suite.security.User
- getFlat() - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- getFolder() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Optional.
- getFolder() - Method in class com.carfey.ops.api.bean.job.Job
- getFolder() - Method in class com.carfey.ops.api.bean.job.JobFolder
- getFolder() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getFolders() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
If specified, only jobs within the folders or its children will be returned.
- getFolders() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
If specified, only jobs within the folders or its children will be returned.
- getFolders() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
If specified, only jobs within the folders or its children will be returned.
- getGeneralSubscriptions() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getGeneralSubscriptions() - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- getGeneralSubscriptions() - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- getGlobalParameters() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getHealth(long) - Method in class com.carfey.ops.api.embedded.HostManager
-
Loads the health for a known scheduling host.
- getHealth(String) - Method in class com.carfey.ops.api.embedded.HostManager
-
Loads the health for a known scheduling host.
- getHeartbeat() - Method in class com.carfey.ops.api.bean.host.EventHook
- getHeartbeatTime() - Method in class com.carfey.ops.api.bean.history.Runtime
- getHeartbeatTime() - Method in class com.carfey.ops.api.bean.host.Host
- getHierarchy() - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- getHost() - Method in class com.carfey.ops.api.bean.host.HostDetail
- getHost() - Method in class com.carfey.ops.api.bean.host.HostEventHook
- getHost() - Method in class com.carfey.ops.api.bean.log.Log
- getHost() - Method in class com.carfey.ops.api.bean.stats.Stats
- getHost(long) - Method in class com.carfey.ops.api.embedded.HostManager
-
Loads a known scheduling host.
- getHost(String) - Method in class com.carfey.ops.api.embedded.HostManager
-
Loads a known scheduling host.
- getHostEventHooks() - Method in class com.carfey.ops.api.bean.host.EventHookListing
- getHostId() - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- getHostName() - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- getHostPreference() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getHosts() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
Limits the listing to the selected hosts
- getHosts() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Limits the listing to the selected hosts
- getHosts() - Method in class com.carfey.ops.api.bean.host.HostListing
- getHosts() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- getHosts() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getHosts() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
If specified, only jobs matching the supplied host name(s) are included.
- getHosts() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getHosts() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
If non-empty, limits results to those matching a supplied host name.
- getHosts() - Method in class com.carfey.ops.api.bean.stats.StatsListing
- getHosts() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- getId() - Method in class com.carfey.ops.api.bean.host.Host
- getId() - Method in class com.carfey.ops.api.bean.log.Log
- getId() - Method in class com.carfey.ops.api.bean.notification.Notification
- getId() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- getId() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getId() - Method in class com.carfey.ops.api.bean.notification.Template
- getId() - Method in class com.carfey.ops.api.bean.user.User
- getInt(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a single-valued Integer parameter.
- getInterruption() - Method in class com.carfey.ops.api.bean.history.JobInterruptResult
- getInterruption() - Method in class com.carfey.ops.api.bean.history.Runtime
- getInterruptTime() - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- getInterruptUser() - Method in class com.carfey.ops.job.Context
-
Set just before
InterruptableJob.beforeInterrupt()orInterruptableContextJob.beforeInterrupt(Context)is called and before the thread is actually interrupted. - getIntList(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a multi-valued Integer parameter.
- getInvalidAttempts() - Method in class com.carfey.suite.security.User
- getItems() - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
- getJob() - Method in class com.carfey.ops.api.bean.history.ChainSource
- getJob() - Method in class com.carfey.ops.api.bean.history.ChainTarget
- getJob() - Method in class com.carfey.ops.api.bean.history.Runtime
- getJob() - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- getJob() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getJob() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- getJob(long) - Method in class com.carfey.ops.api.embedded.JobManager
-
Loads details on an existing job.
- getJobChainId() - Method in class com.carfey.ops.api.bean.job.JobChain
- getJobChains() - Method in class com.carfey.ops.api.bean.job.JobChainListing
- getJobClass() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Required field.
- getJobClass() - Method in class com.carfey.ops.api.bean.job.Job
- getJobClass() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getJobClassDescription() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getJobClassDescriptionUrls() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getJobClasses() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- getJobClasses() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
If specified, only jobs matching the supplied job class are returned.
- getJobExecutionSubscriptions() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getJobExecutionSubscriptions() - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- getJobExecutionSubscriptions() - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- getJobHistoryId() - Method in class com.carfey.ops.job.Context
- getJobId() - Method in class com.carfey.ops.api.bean.history.ChainJob
- getJobId() - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- getJobId() - Method in class com.carfey.ops.api.bean.history.Resubmission
- getJobId() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- getJobId() - Method in class com.carfey.ops.api.bean.job.Job
- getJobId() - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- getJobId() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscriptionUpdateRequest
- getJobId() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getJobId() - Method in class com.carfey.ops.api.bean.stats.Stats
- getJobId() - Method in class com.carfey.ops.job.Context
- getJobIds() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
Limits the listing to the selected jobs
- getJobIds() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Limits the listing to the selected jobs
- getJobIds() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscriptionUpdateRequest
- getJobIds() - Method in class com.carfey.ops.api.bean.notification.TemplateUpdateRequest
- getJobIds() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
-
Limits the preview to the selected jobs
- getJobIds() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- getJobNickname() - Method in class com.carfey.ops.api.bean.system.restore.GeneralSubscriptionSaveRequest
- getJobNickname() - Method in class com.carfey.ops.job.Context
- getJobNicknames() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
Limits the listing to the selected jobs
- getJobNicknames() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- getJobNicknames() - Method in class com.carfey.ops.api.bean.system.restore.JobExecutionSubscriptionSaveRequest
- getJobNicknames() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
-
If specified, only jobs matching the supplied nickname are returned.
- getJobNicknames() - Method in class com.carfey.ops.api.bean.system.restore.TemplateSaveRequest
- getJobQueuerStatus() - Method in class com.carfey.ops.api.bean.host.Host
- getJobQueuerUpdateTimeUtc() - Method in class com.carfey.ops.api.bean.host.Host
- getJobResults() - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
-
Optional job results
- getJobRuntimeId() - Method in class com.carfey.ops.api.bean.history.ChainSource
- getJobRuntimeId() - Method in class com.carfey.ops.api.bean.history.ChainTarget
- getJobRuntimeId() - Method in class com.carfey.ops.api.bean.history.Resubmission
- getJobRuntimeId() - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- getJobRuntimeId() - Method in class com.carfey.ops.api.bean.history.Runtime
- getJobRuntimeId() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- getJobRuntimeResultId() - Method in class com.carfey.ops.api.bean.history.JobOutput
- getJobs() - Method in class com.carfey.ops.api.bean.job.JobListing
- getJobs() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getJobs() - Method in class com.carfey.ops.api.bean.notification.Template
-
Null when the template's category doesn't support jobs.
- getJobs() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getJobScheduleId() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getJobSchedules() - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- getJobSpawnerStatus() - Method in class com.carfey.ops.api.bean.host.Host
- getJobSpawnerUpdateTimeUtc() - Method in class com.carfey.ops.api.bean.host.Host
- getLastLogin() - Method in class com.carfey.suite.security.User
- getLastName() - Method in class com.carfey.suite.security.User
- getLastPausedBy() - Method in class com.carfey.ops.api.bean.host.EventHook
- getLastResumedBy() - Method in class com.carfey.ops.api.bean.host.EventHook
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.history.Runtime
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.host.Host
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.job.Job
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.job.JobChain
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.notification.Template
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getLastUpdatedBy() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.history.Runtime
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.host.Host
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.job.Job
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.job.JobChain
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.notification.Template
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getLastUpdatedDate() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getLeadingEmoji(Event) - Method in class com.carfey.ops.event.dispatch.SlackEventHook
-
Override to change which icon emoji is put in the payload by
SlackEventHook.buildPayload(Event). - getLevel() - Method in class com.carfey.ops.api.bean.log.Log
- getLevel() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
Not all LEVELS are supported.
- getLevel() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
Not all LEVELS are supported.
- getLevel() - Method in class com.carfey.ops.event.Event
- getLevels() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
If non-empty, limits results to those matching a supplied severity log level.
- getLevels() - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
-
If non-empty, limits results to those matching a supplied severity log level.
- getLevels() - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
- getLevels() - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- getLevels() - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- getLicenceHealth(long) - Method in class com.carfey.ops.api.embedded.HostManager
-
Loads the licence health for a known scheduling host.
- getLicenceHealth(String) - Method in class com.carfey.ops.api.embedded.HostManager
-
Loads the licence health for a known scheduling host.
- getLicenceLeaseExpiryUtc() - Method in class com.carfey.ops.api.bean.host.Host
- getLicenceStatus() - Method in class com.carfey.ops.api.bean.host.Host
- getLog() - Method in class com.carfey.ops.api.bean.notification.Notification
- getLog(long) - Method in class com.carfey.ops.api.embedded.LogManager
-
Describe the event log with the supplied ID.
- getLogs() - Method in class com.carfey.ops.api.bean.log.LogListing
- getLong(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a single-valued Long parameter.
- getLongList(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a multi-valued Long parameter.
- getMarkedInactiveAt() - Method in class com.carfey.ops.api.bean.host.EventHook
- getMax() - Method in class com.carfey.ops.api.bean.stats.Stats
- getMaxExecutionDuration() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- getMaxExecutionDuration() - Method in class com.carfey.ops.api.bean.job.Job
- getMaxExecutionDuration() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getMedian() - Method in class com.carfey.ops.api.bean.stats.Stats
- getMessage() - Method in class com.carfey.ops.api.bean.history.RuntimeError
- getMessage() - Method in class com.carfey.ops.api.bean.log.Log
- getMessage() - Method in exception com.carfey.suite.action.ValidationException
- getMessages() - Method in exception com.carfey.suite.action.ValidationException
- getMin() - Method in class com.carfey.ops.api.bean.stats.Stats
- getMinExecutionDuration() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- getMinExecutionDuration() - Method in class com.carfey.ops.api.bean.job.Job
- getMinExecutionDuration() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getMode() - Method in class com.carfey.ops.api.bean.stats.Stats
- getName() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getName() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
-
Required field.
- getName() - Method in class com.carfey.ops.api.bean.history.JobOutput
- getName() - Method in class com.carfey.ops.api.bean.history.Parameter
- getName() - Method in class com.carfey.ops.api.bean.host.EventHook
- getName() - Method in class com.carfey.ops.api.bean.host.Host
- getName() - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- getName() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- getName() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- getName() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- getName() - Method in class com.carfey.ops.api.bean.notification.Template
- getName() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getName() - Method in class com.carfey.ops.api.enums.Role
- getName() - Method in class com.carfey.ops.job.param.JobParameter
- getNextPageStartKey() - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- getNextPageStartKey() - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- getNextPageStartKey() - Method in class com.carfey.ops.api.bean.log.LogListing
- getNextPageStartKey() - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- getNickname() - Method in class com.carfey.ops.api.bean.history.ChainJob
- getNickname() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Required field.
- getNickname() - Method in class com.carfey.ops.api.bean.job.Job
- getNickname() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getNickname() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getNickname() - Method in class com.carfey.ops.api.bean.stats.Stats
- getNicknames() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
-
If specified, only jobs matching the supplied nickname are returned.
- getNonConflictJobs() - Method in class com.carfey.ops.api.bean.job.ConflictListing
- getNotification(long) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Describe the notification with the supplied ID.
- getNotifications() - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- getOperator() - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- getOperator() - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- getOrdinal() - Method in class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- getOrdinalParameters() - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
-
Prior to 3.8.0, this was called
getParametersand was what is now atOrdinalConfigurationParameters.getParameters() - getOrdinalParameters() - Method in class com.carfey.ops.api.bean.schedule.Schedule
-
Prior to 3.8.0, this was called
getParametersand was what is now atOrdinalConfigurationParameters.getParameters() - getOutput() - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- getParamDefs(Class<?>, boolean) - Static method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- getParameter(String) - Method in class com.carfey.ops.api.embedded.SystemParameterManager
-
Describe the system parameter for the given name.
- getParameters() - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- getParameters() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
-
Parameters to be supplied for this job runtime only.
- getParameters() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Required only if a job defines required non-defaulted parameters.
- getParameters() - Method in class com.carfey.ops.api.bean.job.GlobalParameterListing
- getParameters() - Method in class com.carfey.ops.api.bean.job.GlobalParameterUpdateRequest
- getParameters() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getParameters() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getParameters() - Method in class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- getParameters() - Method in class com.carfey.ops.api.bean.system.SystemParameterListing
- getParent() - Method in enum com.carfey.ops.event.Category
- getPassword() - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
-
If password is provided, a password change will be processed with the request.
- getPassword() - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
-
If password is provided, a password change will be processed with the request.
- getPausedAt() - Method in class com.carfey.ops.api.bean.host.EventHook
- getPickupBufferMinutes() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Defaults to 2.
- getPickupBufferMinutes() - Method in class com.carfey.ops.api.bean.job.Job
- getPickupBufferMinutes() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getPickupTime() - Method in class com.carfey.ops.api.bean.history.Runtime
- getPickupTime() - Method in class com.carfey.ops.job.Context
- getQuantity() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
Can be used to specify the number of results to return.
- getQuantity() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Can be used to specify the number of results to return.
- getRawValues() - Method in class com.carfey.ops.job.config.JobConfig
-
Get all configured parameter values.
- getRecoveryType() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Required field.
- getRecoveryType() - Method in class com.carfey.ops.api.bean.job.Job
- getRecoveryType() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
-
See
JobRecoveryType. - getRegistrationTime() - Method in class com.carfey.ops.api.bean.host.EventHook
- getRequestedBy() - Method in class com.carfey.ops.api.bean.host.EventHook
- getRequestedStatus() - Method in class com.carfey.ops.api.bean.host.EventHook
- getRequester() - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- getRequestTime() - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- getResubmission() - Method in class com.carfey.ops.api.bean.history.RuntimeResubmissionResult
- getResubmissionSource() - Method in class com.carfey.ops.api.bean.history.Runtime
- getResubmissionTarget() - Method in class com.carfey.ops.api.bean.history.Runtime
- getResultConditions() - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- getResultConditions() - Method in class com.carfey.ops.api.bean.job.JobChain
- getResultConditions() - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- getResultConditions() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getResultException() - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
-
If asyncJobRuntimeStatus is FAILED, you must also provide a resultException.
- getResultTime() - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
-
Required result time.
- getResumedAt() - Method in class com.carfey.ops.api.bean.host.EventHook
- getRevision() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- getRevision() - Method in class com.carfey.ops.api.bean.history.Resubmission
- getRevision() - Method in class com.carfey.ops.api.bean.history.Runtime
- getRevision() - Method in class com.carfey.ops.api.bean.job.Job
- getRole() - Method in class com.carfey.ops.action.user.RoleAssignment
- getRole() - Method in class com.carfey.ops.api.enums.Role
- getRoleAssignments() - Method in class com.carfey.suite.security.User
- getRoleIdentifier() - Method in class com.carfey.suite.security.Role
- getRoleName() - Method in class com.carfey.suite.security.Role
- getRoles() - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- getRoles() - Method in class com.carfey.ops.api.bean.user.User
- getRoles() - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- getRoles() - Method in class com.carfey.suite.security.User
- getRunningHost() - Method in class com.carfey.ops.api.bean.history.Runtime
- getRunningHost() - Method in class com.carfey.ops.job.Context
- getRuntime() - Method in class com.carfey.ops.api.bean.history.RuntimeResult
- getRuntime(long) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Load details of a specific job runtime (i.e.
- getRuntimeOrdinal() - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- getRuntimeOrdinal() - Method in class com.carfey.ops.api.bean.history.OneTimeRunDeleteRequest
- getRuntimeOrdinal() - Method in class com.carfey.ops.api.bean.history.Resubmission
- getRuntimeOrdinal() - Method in class com.carfey.ops.api.bean.history.Runtime
- getRuntimes() - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- getRuntimes() - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- getRuntimes() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- getSchedule() - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- getSchedule() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Required in some cases.
- getSchedule() - Method in class com.carfey.ops.api.bean.job.JobChain
- getSchedule() - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
-
Required in some cases.
- getSchedule() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getSchedule() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getSchedule() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- getSchedule() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasUpdateRequest
- getScheduleAlias(String) - Method in class com.carfey.ops.api.embedded.ScheduleAliasManager
-
Provides details on a a defined schedule alias.
- getScheduleAliases() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasListing
- getScheduleAliases() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getScheduleDescription() - Method in class com.carfey.ops.api.bean.job.JobChain
- getScheduleDescription() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getScheduleDescription() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getScheduleDescription() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.ChainSource
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.ChainTarget
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.OneTimeRunDeleteRequest
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.Resubmission
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.Runtime
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
-
Optional scheduled time for the submission.
- getScheduledTime() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- getScheduledTime() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getScheduledTime() - Method in class com.carfey.ops.job.Context
- getScheduleEffectiveDate() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getScheduleEndDate() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- getSchedules() - Method in class com.carfey.ops.api.bean.job.JobDetail
- getSchedules() - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- getSecondaryCategory() - Method in class com.carfey.ops.event.Event
- getSortDirection() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
Used to override the default ascending ordering, which is based on scheduled time.
- getSortDirection() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Used to override the default ascending ordering, which is based on scheduled time.
- getSourceConfig() - Method in class com.carfey.ops.job.Context
-
Returns job config from the job that chained to this job.
- getSourceJob() - Method in class com.carfey.ops.api.bean.job.JobChain
- getSourceJobHistoryId() - Method in class com.carfey.ops.job.Context
- getSourceJobId() - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- getSourceJobId() - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- getSourceJobNickname() - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- getSourceJobResults() - Method in class com.carfey.ops.job.Context
-
Returns job results from the job that chained to this job.
- getStandardDeviation() - Method in class com.carfey.ops.api.bean.stats.Stats
- getStart() - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- getStart() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- getStart() - Method in class com.carfey.ops.api.bean.stats.Stats
- getStartDate() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Limits the listing to the selected start time (based on scheduled time).
- getStartDate() - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
-
Limits the listing to the start date selected.
- getStartDate() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
Limits the listing to the selected start time (based on scheduled time).
- getStartDate() - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
-
Limits the listing to the selected start time (based on scheduled time).
- getStartDate() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
-
Limits the preview to the start date selected.
- getStartKey() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
-
Used to fetch a subsequent page of results, based on the key returned by
JobDashboardListing. - getStartKey() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Used to fetch a subsequent page of results, based on the key returned by
RuntimeListing. - getStartKey() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
-
Used to fetch a subsequent page of results, based on the key returned by
LogListing. - getStartKey() - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
-
Used to fetch a subsequent page of results, based on the key returned by
NotificationListing. - getStartupShutdownMode() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- getStartupShutdownMode() - Method in class com.carfey.ops.api.bean.job.Job
- getStartupShutdownMode() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- getState() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Required field.
- getState() - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
-
Required field.
- getStats() - Method in class com.carfey.ops.api.bean.stats.StatsListing
- getStatsId() - Method in class com.carfey.ops.api.bean.stats.Stats
- getStatus() - Method in class com.carfey.ops.api.bean.history.Resubmission
- getStatus() - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- getStatus() - Method in class com.carfey.ops.api.bean.history.Runtime
- getStatus() - Method in class com.carfey.ops.api.bean.host.EventHook
- getStatus() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- getStatus() - Method in class com.carfey.ops.api.bean.stats.Stats
- getStatuses() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
-
Limits the listing to the selected statuses
- getStatuses() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- getStrategies() - Method in class com.carfey.ops.job.result.SerializationFactory
- getString(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a single-valued String parameter.
- getStringList(String) - Method in class com.carfey.ops.job.config.JobConfig
-
Get a multi-valued String parameter.
- getSubject() - Method in class com.carfey.ops.event.Event
- getSubjectTemplate() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- getSubjectTemplate() - Method in class com.carfey.ops.api.bean.notification.Template
- getSubmissionMode() - Method in class com.carfey.ops.api.bean.history.Runtime
- getSubscribableCategories() - Static method in enum com.carfey.ops.event.Category
- getSubscriber() - Method in class com.carfey.ops.api.bean.notification.Notification
- getSubscriber(long) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Loads details on an existing subscriber.
- getSubscribers() - Method in class com.carfey.ops.api.bean.notification.SubscriberListing
- getSubscribers() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getSubscriptionElements() - Method in enum com.carfey.ops.event.Category
- getSubscriptionMap() - Static method in enum com.carfey.ops.event.Category
- getSummary() - Method in class com.carfey.ops.api.bean.log.Log
- getSystemParameters() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getTargetEntityId() - Method in class com.carfey.ops.event.Event
- getTargetJob() - Method in class com.carfey.ops.api.bean.job.JobChain
- getTargetJobId() - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- getTargetJobId() - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- getTargetJobNickname() - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- getTemplate(long) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Loads details on an existing template.
- getTemplates() - Method in class com.carfey.ops.api.bean.notification.TemplateListing
- getTemplates() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getTriggerStates() - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- getTriggerStates() - Method in class com.carfey.ops.api.bean.job.JobChain
- getTriggerStates() - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- getTriggerStates() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- getType() - Method in class com.carfey.ops.api.bean.history.Parameter
- getType() - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- getType() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- getType() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- getType() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getType() - Method in class com.carfey.ops.job.param.JobParameter
- getUnit() - Method in class com.carfey.ops.api.bean.stats.Stats
- getUnits() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- getUpdateConfigParams() - Method in class com.carfey.ops.api.embedded.SystemRestoreManager
- getUrls() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- getUser(long) - Method in class com.carfey.ops.api.embedded.UserManager
-
Loads details on an existing user.
- getUserId() - Method in class com.carfey.suite.security.User
- getUserName() - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- getUserName() - Method in class com.carfey.ops.api.bean.user.User
- getUserName() - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- getUserNames() - Method in class com.carfey.ops.api.bean.user.MfaUserListing
- getUserNames() - Method in class com.carfey.ops.api.bean.user.ResetMfaRequest
- getUsers() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- getUsers() - Method in class com.carfey.ops.api.bean.user.UserListing
- getValidValues() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
-
If null, any value is valid.
- getValidValues(List<String>, boolean) - Method in class com.carfey.ops.job.param.FileListProvider
- getValidValues(List<String>, boolean) - Method in interface com.carfey.ops.job.param.ListProvider
-
Return a list of valid values for this parameter.
- getValidValues(List<String>, boolean) - Method in class com.carfey.ops.job.param.StaticListProvider
- getValue() - Method in class com.carfey.ops.api.bean.history.JobOutput
- getValue() - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
-
May reference a global parameter (e.g.
- getValue() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- getValue() - Method in class com.carfey.ops.job.param.JobParameter
- getValues() - Method in class com.carfey.ops.api.bean.history.Parameter
- getValues() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
-
Note: May contain references to global parameters (e.g.
- getValues() - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- getValues() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
-
Note: May contain references to global parameters (e.g.
- getValues() - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- getValueType() - Method in class com.carfey.ops.api.bean.history.JobOutput
- getVariableName() - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- getVariableName() - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- getVariance() - Method in class com.carfey.ops.api.bean.stats.Stats
- getWebhookUrl() - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- GLOBAL_SUBSTITUTIONS_PARAM_NAME - Static variable in class com.carfey.ops.job.config.JobConfig
- GlobalParameter - Class in com.carfey.ops.api.bean.job
- GlobalParameter() - Constructor for class com.carfey.ops.api.bean.job.GlobalParameter
- GlobalParameterListing - Class in com.carfey.ops.api.bean.job
- GlobalParameterListing() - Constructor for class com.carfey.ops.api.bean.job.GlobalParameterListing
- GlobalParameterUpdateRequest - Class in com.carfey.ops.api.bean.job
-
Used to update configured global parameters via
JobManager. - GlobalParameterUpdateRequest() - Constructor for class com.carfey.ops.api.bean.job.GlobalParameterUpdateRequest
- GREATER_THAN - com.carfey.ops.api.enums.JobChainConditionOperator
- GREATER_THAN - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- GREATER_THAN_OR_EQUAL - com.carfey.ops.api.enums.JobChainConditionOperator
- GREATER_THAN_OR_EQUAL - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
H
- hashCode() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- hashCode() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- hashCode() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasUpdateRequest
- hashCode() - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
- hashCode() - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- hashCode() - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- hashCode() - Method in class com.carfey.ops.job.param.JobParameter
- hashCode() - Method in class com.carfey.suite.security.Role
- hashCode() - Method in class com.carfey.suite.security.User
- heartbeatTime - Variable in class com.carfey.ops.api.bean.history.Runtime
- Host - Class in com.carfey.ops.api.bean.host
- Host() - Constructor for class com.carfey.ops.api.bean.host.Host
- HOST_BOTH - com.carfey.ops.api.enums.StartupShutdownMode
- HOST_SHUTDOWN - com.carfey.ops.api.enums.StartupShutdownMode
- HOST_STARTUP - com.carfey.ops.api.enums.StartupShutdownMode
- HostDetail - Class in com.carfey.ops.api.bean.host
- HostDetail() - Constructor for class com.carfey.ops.api.bean.host.HostDetail
- HostEventHook - Class in com.carfey.ops.api.bean.host
- HostEventHook() - Constructor for class com.carfey.ops.api.bean.host.HostEventHook
- HostListing - Class in com.carfey.ops.api.bean.host
- HostListing() - Constructor for class com.carfey.ops.api.bean.host.HostListing
- HostManager - Class in com.carfey.ops.api.embedded
-
Class to manage hosts (i.e.
- HostManager() - Constructor for class com.carfey.ops.api.embedded.HostManager
- hostPreference - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- hostPreference - Variable in class com.carfey.ops.api.bean.job.Job
- hostPreference() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- hosts - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- HostUpdateRequest - Class in com.carfey.ops.api.bean.host
-
Used to update a host's status via
HostManager. - HostUpdateRequest() - Constructor for class com.carfey.ops.api.bean.host.HostUpdateRequest
- HOURS - com.carfey.ops.api.enums.JobStatisticsUnit
I
- id - Variable in class com.carfey.ops.api.bean.notification.Template
- IN - com.carfey.ops.api.enums.JobChainConditionOperator
- IN - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- INFO - com.carfey.ops.api.enums.LogLevel
- INFO - com.carfey.ops.event.Level
- INTEGER - com.carfey.ops.api.enums.ParameterType
- INTEGER - com.carfey.ops.job.param.Type
- interruptable - Variable in class com.carfey.ops.api.bean.job.Job
- InterruptableContextJob - Interface in com.carfey.ops.job
-
Alternative to the
InterruptableJobinterface to indicate that a class supports job interrupts. - InterruptableJob - Interface in com.carfey.ops.job
-
SchedulableJobimplementations can implement this interface to indicate that it supports job interrupts. - interruption - Variable in class com.carfey.ops.api.bean.history.Runtime
- interruptRuntime(long, String) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Submit an interruption request for an actively running job.
- isAcrossHosts() - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- isActive() - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- isActive() - Method in class com.carfey.ops.api.bean.job.JobChain
- isActive() - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- isActive() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- isActive() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- isActive() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- isActive() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- isActive() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- isActive() - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- isActive() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- isActive() - Method in class com.carfey.ops.api.bean.notification.Template
- isActive() - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- isActive() - Method in class com.carfey.ops.api.bean.user.User
- isActive() - Method in class com.carfey.suite.security.User
- isAdHoc() - Method in class com.carfey.ops.api.bean.history.Runtime
- isAdHoc() - Method in class com.carfey.ops.job.Context
- isAllJobs() - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- isAllJobs() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- isAllowMultiple() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- isAutoInterrupt() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- isAutoInterrupt() - Method in class com.carfey.ops.api.bean.job.Job
- isCapped() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- isChainAll() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
-
Defaults to false.
- isChainAll() - Method in class com.carfey.ops.api.bean.job.Job
- isDefaultForJobs() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- isDefaultForJobs() - Method in class com.carfey.ops.api.bean.notification.Template
- isDefined() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- isEnabled() - Method in class com.carfey.ops.api.bean.host.Host
- isGenericallySubscribable() - Method in enum com.carfey.ops.event.Category
- isHostPreference() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- isHostPreference() - Method in class com.carfey.ops.api.bean.job.Job
- isInterruptable() - Method in class com.carfey.ops.api.bean.job.Job
- isInUse() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- isIsAssigned() - Method in class com.carfey.ops.action.user.RoleAssignment
- isJobUsingDirectly() - Method in class com.carfey.ops.api.bean.job.JobFolder
-
Indicates at least one job is using this path directly (i.e.
- isMemberOf(Role) - Method in class com.carfey.suite.security.User
- isMemberOfAll(List<Role>) - Method in class com.carfey.suite.security.User
- isMemberOfAny(List<Role>) - Method in class com.carfey.suite.security.User
- isMemberOfAnyRole(Collection<String>) - Method in class com.carfey.suite.security.User
- isMemberOfGroup(DirContext, String, String) - Method in class com.carfey.suite.security.LdapAuthenticator
-
Checks for membership of group/role trying attributes "uniquemember","uniqueMember","member","roleOccupant","memberOf" Requires browse/read permission of group or role in question.
- isMemberOfRole(String) - Method in class com.carfey.suite.security.User
- isPasswordIsComplexEnough() - Method in class com.carfey.suite.security.User
- isRemoved() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- isReplaceAll() - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
-
This flag is used to determine what action to take when Job Chains already exist in Obsidian.
- isRequired() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- isResubmission() - Method in class com.carfey.ops.api.bean.history.Resubmission
- isResubmission() - Method in class com.carfey.ops.api.bean.history.Runtime
- isSuppressNotifications() - Method in class com.carfey.ops.event.Event
- isTrigger() - Method in class com.carfey.ops.api.bean.history.ChainSource
- isTrigger() - Method in class com.carfey.ops.api.bean.history.ChainTarget
- isUpdate() - Method in class com.carfey.ops.api.bean.system.restore.UserSaveRequest
-
This determines whether to update an existing user with the attributes provided.
- isUpdateAttributes() - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
-
This determines whether to update the job's attributes.
- isUpdateSchedule() - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
-
This determines whether to create the defined schedule and whether to create the additional schedules.
- isUserActive(DirContext, String) - Method in class com.carfey.suite.security.LdapAuthenticator
-
Overridable method to determine if a given authenticated user is active or not.
- isValidEntityId(Long) - Method in enum com.carfey.ops.event.Category
J
- job - Variable in class com.carfey.ops.api.bean.history.Runtime
- Job - Class in com.carfey.ops.api.bean.job
- Job() - Constructor for class com.carfey.ops.api.bean.job.Job
- JOB - com.carfey.ops.api.enums.Category
- JOB - com.carfey.ops.event.Category
- JOB_CHAIN - com.carfey.ops.api.enums.Category
- JOB_CHAIN - com.carfey.ops.event.Category
- JOB_CONFIG - com.carfey.ops.api.enums.Category
- JOB_CONFIG - com.carfey.ops.event.Category
- JOB_QUEUER - com.carfey.ops.api.enums.Category
- JOB_QUEUER - com.carfey.ops.event.Category
- JOB_RECOVERY - com.carfey.ops.api.enums.Category
- JOB_RECOVERY - com.carfey.ops.event.Category
- JOB_RUN - com.carfey.ops.api.enums.Category
- JOB_RUN - com.carfey.ops.event.Category
- JOB_SPAWNER - com.carfey.ops.api.enums.Category
- JOB_SPAWNER - com.carfey.ops.event.Category
- JobChain - Class in com.carfey.ops.api.bean.job
- JobChain() - Constructor for class com.carfey.ops.api.bean.job.JobChain
- JobChainCondition - Class in com.carfey.ops.api.bean.job
- JobChainCondition() - Constructor for class com.carfey.ops.api.bean.job.JobChainCondition
- jobChainConditionOperator() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainConditionAnnotation
- JobChainConditionOperator - Enum in com.carfey.ops.api.enums
- jobChainConditions() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainAnnotation
- JobChainListing - Class in com.carfey.ops.api.bean.job
- JobChainListing() - Constructor for class com.carfey.ops.api.bean.job.JobChainListing
- JobChainListingParameters - Class in com.carfey.ops.api.bean.job
- JobChainListingParameters() - Constructor for class com.carfey.ops.api.bean.job.JobChainListingParameters
- JobChainSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create or update an individual job chain on a
SystemRestoreConfigurationviaSystemRestoreManager. - JobChainSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- jobChainStatus() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainAnnotation
- JobChainStatus - Enum in com.carfey.ops.api.enums
- JobChainUpdateRequest - Class in com.carfey.ops.api.bean.job
- JobChainUpdateRequest() - Constructor for class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- jobClass - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- jobClass - Variable in class com.carfey.ops.api.bean.job.Job
- JobConfig - Class in com.carfey.ops.job.config
-
Contains the job parameter values to be supplied to an executing job, and also during validation.
- JobConfig() - Constructor for class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- JobConfig.ParameterValidation - Enum in com.carfey.ops.job.config
- JobConflictListing - Class in com.carfey.ops.api.bean.job
- JobConflictListing() - Constructor for class com.carfey.ops.api.bean.job.JobConflictListing
- JobCreationRequest - Class in com.carfey.ops.api.bean.job
-
Used to create a new job via
JobManager. - JobCreationRequest() - Constructor for class com.carfey.ops.api.bean.job.JobCreationRequest
- JobDashboardListing - Class in com.carfey.ops.api.bean.history
- JobDashboardListing() - Constructor for class com.carfey.ops.api.bean.history.JobDashboardListing
- JobDashboardListingParameters - Class in com.carfey.ops.api.bean.history
-
Used to filter a
JobDashboardListingviaJobManager. - JobDashboardListingParameters() - Constructor for class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- JobDetail - Class in com.carfey.ops.api.bean.job
- JobDetail() - Constructor for class com.carfey.ops.api.bean.job.JobDetail
- JobExecutionSubscription - Class in com.carfey.ops.api.bean.notification
- JobExecutionSubscription() - Constructor for class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- JobExecutionSubscriptionSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create a job execution subscriptions on a subscriber on
SystemRestoreConfigurationviaSystemRestoreManager. - JobExecutionSubscriptionSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.JobExecutionSubscriptionSaveRequest
- JobExecutionSubscriptionUpdateRequest - Class in com.carfey.ops.api.bean.notification
- JobExecutionSubscriptionUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.JobExecutionSubscriptionUpdateRequest
- JobFolder - Class in com.carfey.ops.api.bean.job
- JobFolder() - Constructor for class com.carfey.ops.api.bean.job.JobFolder
- JobFolderListing - Class in com.carfey.ops.api.bean.job
- JobFolderListing() - Constructor for class com.carfey.ops.api.bean.job.JobFolderListing
- jobId - Variable in class com.carfey.ops.api.bean.job.Job
- jobIds - Variable in class com.carfey.ops.api.bean.notification.TemplateUpdateRequest
- JobInterrupt - Class in com.carfey.ops.api.bean.history
- JobInterrupt() - Constructor for class com.carfey.ops.api.bean.history.JobInterrupt
- JobInterruptResult - Class in com.carfey.ops.api.bean.history
- JobInterruptResult() - Constructor for class com.carfey.ops.api.bean.history.JobInterruptResult
- JobListing - Class in com.carfey.ops.api.bean.job
- JobListing() - Constructor for class com.carfey.ops.api.bean.job.JobListing
- JobListingParameters - Class in com.carfey.ops.api.bean.job
-
Used to filter a
JobListingviaJobManager. - JobListingParameters() - Constructor for class com.carfey.ops.api.bean.job.JobListingParameters
- JobManager - Class in com.carfey.ops.api.embedded
-
Class to manage jobs using the Obsidian public embedded API.
- JobManager() - Constructor for class com.carfey.ops.api.embedded.JobManager
- JobOutput - Class in com.carfey.ops.api.bean.history
- JobOutput() - Constructor for class com.carfey.ops.api.bean.history.JobOutput
- JobParameter - Class in com.carfey.ops.job.param
-
This is a representation of a configured Obsidian job parameter as described in the Obsidian wiki.
- JobParameter() - Constructor for class com.carfey.ops.job.param.JobParameter
- JobParameter(String, Type, String) - Constructor for class com.carfey.ops.job.param.JobParameter
- JobRecoveryType - Enum in com.carfey.ops.api.enums
- jobRuntimeId - Variable in class com.carfey.ops.api.bean.history.ResubmissionSource
- jobRuntimeId - Variable in class com.carfey.ops.api.bean.history.Runtime
- JobRuntimeStatus - Enum in com.carfey.ops.api.enums
- JobSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create or update a job on a
SystemRestoreConfigurationviaSystemRestoreManager. - JobSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- JobScheduleListing - Class in com.carfey.ops.api.bean.job
- JobScheduleListing() - Constructor for class com.carfey.ops.api.bean.job.JobScheduleListing
- JobScheduleListingParameters - Class in com.carfey.ops.api.bean.job
-
Used to filter a
JobScheduleListingviaJobManager. - JobScheduleListingParameters() - Constructor for class com.carfey.ops.api.bean.job.JobScheduleListingParameters
- JobState - Class in com.carfey.ops.api.bean.job
- JobState() - Constructor for class com.carfey.ops.api.bean.job.JobState
- JobStatisticsDuration - Enum in com.carfey.ops.api.enums
- JobStatisticsStatus - Enum in com.carfey.ops.api.enums
- JobStatisticsUnit - Enum in com.carfey.ops.api.enums
- jobStatus() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
If
JobStatus.ENABLED, validSchedulableJob.Initializable.cron()must be provided. - JobStatus - Enum in com.carfey.ops.api.enums
- JobSubscriptionCondition - Class in com.carfey.ops.api.bean.notification
- JobSubscriptionCondition() - Constructor for class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- JobSubscriptionConditionOperator - Enum in com.carfey.ops.api.enums
- JobUpdateRequest - Class in com.carfey.ops.api.bean.job
-
Used to update an existing job via
JobManager. - JobUpdateRequest() - Constructor for class com.carfey.ops.api.bean.job.JobUpdateRequest
- JsonSerializationStrategy - Class in com.carfey.ops.job.result
-
A
SerializationStrategywhich uses Google's Gson to serialize all types of objects. - JsonSerializationStrategy() - Constructor for class com.carfey.ops.job.result.JsonSerializationStrategy
K
- knownParameters() - Method in annotation type com.carfey.ops.job.param.Configuration
L
- LAST - com.carfey.ops.api.enums.JobRecoveryType
- LdapAuthenticator - Class in com.carfey.suite.security
-
LdapAuthenticator class provides basic authentication against the configured ldap instance using the provided url, dn base and optional groupDN for membership verification. - LdapAuthenticator() - Constructor for class com.carfey.suite.security.LdapAuthenticator
- LESS_THAN - com.carfey.ops.api.enums.JobChainConditionOperator
- LESS_THAN - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- LESS_THAN_OR_EQUAL - com.carfey.ops.api.enums.JobChainConditionOperator
- LESS_THAN_OR_EQUAL - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- level - Variable in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- Level - Enum in com.carfey.ops.event
-
A severity level for an
Event. - LICENCE - com.carfey.ops.api.enums.Category
- LICENCE - com.carfey.ops.event.Category
- LIMITED_READ - Static variable in class com.carfey.ops.api.enums.Role
- listArgs() - Method in annotation type com.carfey.ops.job.param.Parameter
-
If specified with a
ListProviderviaParameter.listProvider(), this will act as the configuration for the provider. - listCalendars() - Method in class com.carfey.ops.api.embedded.CustomCalendarManager
-
Loads all existing
CustomCalendars. - listChains(JobChainListingParameters) - Method in class com.carfey.ops.api.embedded.JobManager
-
Searches/lists configured job chains.
- listConflicts() - Method in class com.carfey.ops.api.embedded.JobManager
-
Lists the configured job conflicts, with each conflicting set in order of execution precedence.
- listEventHooksByHost() - Method in class com.carfey.ops.api.embedded.HostManager
- listEventHooksByHost(long) - Method in class com.carfey.ops.api.embedded.HostManager
- listEventHooksByHost(String) - Method in class com.carfey.ops.api.embedded.HostManager
- listGlobalParameters() - Method in class com.carfey.ops.api.embedded.JobManager
-
Lists configured global parameters.
- listHosts() - Method in class com.carfey.ops.api.embedded.HostManager
-
Lists all known scheduling hosts.
- listJobConflicts(long) - Method in class com.carfey.ops.api.embedded.JobManager
-
Lists jobs that conflict with the supplied job ID.
- listJobFolders() - Method in class com.carfey.ops.api.embedded.JobManager
-
Lists configured job folders, providing both flat and hierarchical views.
- listJobs(JobListingParameters) - Method in class com.carfey.ops.api.embedded.JobManager
-
Searches/lists configured jobs.
- listJobSchedules(long) - Method in class com.carfey.ops.api.embedded.JobManager
-
Lists the full schedule history for the requested job.
- listJobSchedules(long, JobScheduleListingParameters) - Method in class com.carfey.ops.api.embedded.JobManager
-
Lists the full schedule history for the requested job.
- listJobsDashboard(JobDashboardListingParameters) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Searches/lists configured jobs by last run status.
- listLogs(LogListingParameters) - Method in class com.carfey.ops.api.embedded.LogManager
-
Searches/lists event logs.
- listMfaUsers() - Method in class com.carfey.ops.api.embedded.UserManager
-
Returns all known users which may have MFA resets applied.
- listNotifications(NotificationListingParameters) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Searches/lists notifications which were triggered for events.
- listParameters() - Method in class com.carfey.ops.api.embedded.SystemParameterManager
-
List all system parameters and their values.
- listProvider() - Method in annotation type com.carfey.ops.job.param.Parameter
-
Used with
Parameter.listArgs() - ListProvider - Interface in com.carfey.ops.job.param
-
When used with
Parameter.listProvider()andParameter.listArgs(), this interface allows you to define an implementation which will retrieve a list of values that are valid for a defined parameter. - ListProvider.DynamicListProvider - Annotation Type in com.carfey.ops.job.param
- listRuntimePreviews(RuntimePreviewParameters) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Preview a list of expected job runtimes as a
RuntimePreviewListing, based on the current schedule state. - listRuntimes(RuntimeListingParameters) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Preview a list of existing job runtimes as a
RuntimeListing(i.e. - listScheduleAliases() - Method in class com.carfey.ops.api.embedded.ScheduleAliasManager
-
Loads all existing
ScheduleAliases. - listStats(StatsListingRequest) - Method in class com.carfey.ops.api.embedded.StatsManager
- listSubscribers() - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Lists configured subscribers.
- listTemplates() - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Lists configured templates.
- listUsers() - Method in class com.carfey.ops.api.embedded.UserManager
-
Lists configured users.
- loadGlobalConfig() - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- Log - Class in com.carfey.ops.api.bean.log
- Log() - Constructor for class com.carfey.ops.api.bean.log.Log
- LogLevel - Enum in com.carfey.ops.api.enums
- LogListing - Class in com.carfey.ops.api.bean.log
- LogListing() - Constructor for class com.carfey.ops.api.bean.log.LogListing
- LogListingParameters - Class in com.carfey.ops.api.bean.log
-
Used to filter a
LogListingviaLogManager. - LogListingParameters() - Constructor for class com.carfey.ops.api.bean.log.LogListingParameters
- LogManager - Class in com.carfey.ops.api.embedded
-
Class to search event logs using the Obsidian public embedded API.
- LogManager() - Constructor for class com.carfey.ops.api.embedded.LogManager
- LONG - com.carfey.ops.api.enums.ParameterType
- LONG - com.carfey.ops.job.param.Type
M
- MANDATORY_VALUE - Static variable in exception com.carfey.suite.action.ValidationException
- MarkdownFormatter - Class in com.carfey.ops.job.config.formatter
- MarkdownFormatter() - Constructor for class com.carfey.ops.job.config.formatter.MarkdownFormatter
- maxExecutionDuration - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- maxExecutionDuration - Variable in class com.carfey.ops.api.bean.job.Job
- maxExecutionDuration() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- MfaUserListing - Class in com.carfey.ops.api.bean.user
- MfaUserListing() - Constructor for class com.carfey.ops.api.bean.user.MfaUserListing
- minExecutionDuration - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- minExecutionDuration - Variable in class com.carfey.ops.api.bean.job.Job
- minExecutionDuration() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- MINUTES - com.carfey.ops.api.enums.JobStatisticsUnit
- MISSED - com.carfey.ops.api.enums.JobChainStatus
- MISSED - com.carfey.ops.api.enums.JobRuntimeStatus
- MISSED - com.carfey.ops.api.enums.JobStatisticsStatus
- MissingEntityException - Exception in com.carfey.ops.api.embedded
-
Exception to indicate a requested entity, such as a job or host, could not be located with the supplied identifier.
- MissingEntityException(String) - Constructor for exception com.carfey.ops.api.embedded.MissingEntityException
- MONTH - com.carfey.ops.api.enums.JobStatisticsDuration
- mRoleIdentifier - Variable in class com.carfey.suite.security.Role
- mRoleName - Variable in class com.carfey.suite.security.Role
N
- name - Variable in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- name() - Method in class com.carfey.ops.api.enums.Role
- name() - Method in interface com.carfey.ops.event.dispatch.EventHook
- name() - Method in annotation type com.carfey.ops.job.param.Parameter
- names() - Method in annotation type com.carfey.ops.job.ConfigGeneratingJob.GeneratedParameter
- nickname - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- nickname - Variable in class com.carfey.ops.api.bean.job.Job
- nickname() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
Optional nickname.
- NONE - com.carfey.ops.api.enums.JobRecoveryType
- NONE - com.carfey.ops.api.enums.StartupShutdownMode
- NOT_EQUALS - com.carfey.ops.api.enums.JobChainConditionOperator
- NOT_EQUALS - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- NOT_EXISTS - com.carfey.ops.api.enums.JobChainConditionOperator
- NOT_EXISTS - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- NOT_IN - com.carfey.ops.api.enums.JobChainConditionOperator
- NOT_IN - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- Notification - Class in com.carfey.ops.api.bean.notification
- Notification() - Constructor for class com.carfey.ops.api.bean.notification.Notification
- NotificationListing - Class in com.carfey.ops.api.bean.notification
- NotificationListing() - Constructor for class com.carfey.ops.api.bean.notification.NotificationListing
- NotificationListingParameters - Class in com.carfey.ops.api.bean.notification
-
Used to filter a
NotificationListingviaNotificationManager. - NotificationListingParameters() - Constructor for class com.carfey.ops.api.bean.notification.NotificationListingParameters
- NotificationManager - Class in com.carfey.ops.api.embedded
-
Class to manage notifications, notification subscriptions and templates using the Obsidian public embedded API.
- NotificationManager() - Constructor for class com.carfey.ops.api.embedded.NotificationManager
- NotificationSubscriber - Class in com.carfey.ops.api.bean.notification
- NotificationSubscriber() - Constructor for class com.carfey.ops.api.bean.notification.NotificationSubscriber
O
- ON_SAVE - com.carfey.ops.job.config.JobConfig.ParameterValidation
- ON_SUBMISSION - com.carfey.ops.job.config.JobConfig.ParameterValidation
- OneTimeDeletionResult - Class in com.carfey.ops.api.bean.history
- OneTimeDeletionResult() - Constructor for class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- OneTimeRunDeleteRequest - Class in com.carfey.ops.api.bean.history
-
Deletion parameters
RuntimeManager. - OneTimeRunDeleteRequest() - Constructor for class com.carfey.ops.api.bean.history.OneTimeRunDeleteRequest
- OPERATOR - Static variable in class com.carfey.ops.api.enums.Role
- OrdinalConfigurationParameters - Class in com.carfey.ops.api.bean.schedule
-
A set of parameters for a given ordinal of a scheduled job runtime.
- OrdinalConfigurationParameters() - Constructor for class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- OVERLAPPED - com.carfey.ops.api.enums.JobChainStatus
- OVERLAPPED - com.carfey.ops.api.enums.JobRuntimeStatus
- OVERLAPPED - com.carfey.ops.api.enums.JobStatisticsStatus
P
- Parameter - Class in com.carfey.ops.api.bean.history
- Parameter - Annotation Type in com.carfey.ops.job.param
-
Used to define parameters used by a
SchedulableJobimplementation via theConfigurationannotation. - Parameter() - Constructor for class com.carfey.ops.api.bean.history.Parameter
- ParameterDefinition - Class in com.carfey.ops.api.bean.job
- ParameterDefinition() - Constructor for class com.carfey.ops.api.bean.job.ParameterDefinition
- ParameterException - Exception in com.carfey.ops.parameter
-
Exception related to job parameter errors.
- ParameterException(Exception) - Constructor for exception com.carfey.ops.parameter.ParameterException
- ParameterException(String) - Constructor for exception com.carfey.ops.parameter.ParameterException
- ParameterException(String, Exception) - Constructor for exception com.carfey.ops.parameter.ParameterException
- parameterNames() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
If you wish to provide parameter values, an array of names in order that aligns with
SchedulableJob.Initializable.parameters()andSchedulableJob.Initializable.parameterTypes(). - parameters - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- parameters() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
If you wish to provide parameter values, an array of values in order that aligns with
SchedulableJob.Initializable.parameterNames()andSchedulableJob.Initializable.parameterTypes(). - ParameterType - Enum in com.carfey.ops.api.enums
- parameterTypes() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
If you wish to provide parameter values, an array of types in order that aligns with
SchedulableJob.Initializable.parameters()andSchedulableJob.Initializable.parameterNames(). - password - Variable in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- PAUSE - com.carfey.ops.event.EventHookAction
- PENDING - com.carfey.ops.api.enums.JobRuntimeStatus
- pickupBufferMinutes - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- pickupBufferMinutes - Variable in class com.carfey.ops.api.bean.job.Job
- pickupBufferMinutes() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- pickupTime - Variable in class com.carfey.ops.api.bean.history.Runtime
- post(Event) - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
-
Override to change the actual call to the RESTful endpoint.
- post(Event) - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
-
Override to change the actual output
- post(String) - Method in class com.carfey.ops.event.dispatch.SlackEventHook
-
Override to change the actual call to the Slack endpoint.
- processDirectory(LinkedHashSet<String>, File, boolean, Pattern) - Method in class com.carfey.ops.job.param.FileListProvider
- putTestValues(String, List<Object>) - Method in class com.carfey.ops.job.config.JobConfig
Q
R
- READY - com.carfey.ops.api.enums.JobRuntimeStatus
- RECOVERY - com.carfey.ops.api.enums.SubscriptionJobStatus
- recoveryType - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- recoveryType - Variable in class com.carfey.ops.api.bean.job.Job
- recoveryType() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- REGEXP - com.carfey.ops.api.enums.JobChainConditionOperator
- REGEXP - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- register(EventHook) - Static method in class com.carfey.ops.event.dispatch.EventHooks
-
Add the given
EventHookand so it will be used for future notifications. - register(SerializationStrategy) - Method in class com.carfey.ops.job.result.SerializationFactory
-
Adds a single strategy at a lower priority than other registered strategies.
- remove(EventHook) - Static method in class com.carfey.ops.event.dispatch.EventHooks
-
Remove the given
EventHookand stop it from being used for notifications. - replaceAll(List<? extends SerializationStrategy>) - Method in class com.carfey.ops.job.result.SerializationFactory
-
Replaces all registered strategies with the supplied list.
- replaceInherited() - Method in annotation type com.carfey.ops.job.param.Configuration
-
Indicates if any
Configurationfound on parent classes should be replaced by this, instead of being combined with it. - replaceJobResult(String, Object) - Method in class com.carfey.ops.job.Context
-
Replace a job result with new value.
- replaceMultipleJobResults(String, Collection<?>) - Method in class com.carfey.ops.job.Context
-
Replace all existing job results with new values.
- required() - Method in annotation type com.carfey.ops.job.param.Parameter
- requiredAtRuntime() - Method in annotation type com.carfey.ops.job.param.Parameter
- requireUniqueSelection() - Method in annotation type com.carfey.ops.job.param.Parameter
- reset() - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- reset() - Method in class com.carfey.ops.job.result.SerializationFactory
-
Resets the factory to its initial state, with a
DefaultSerializationStrategyandJsonSerializationStrategyregistered. - resetMfa(ResetMfaRequest, String) - Method in class com.carfey.ops.api.embedded.UserManager
-
Resets the requested user's multi-factor authentication state so that they may perform MFA setup.
- ResetMfaRequest - Class in com.carfey.ops.api.bean.user
-
Used to reset user multi-factor authentication via
UserManager. - ResetMfaRequest() - Constructor for class com.carfey.ops.api.bean.user.ResetMfaRequest
- RESTfulEventHook - Class in com.carfey.ops.event.dispatch
-
A dispatcher that sends notifications to a REST endpoint
- RESTfulEventHook(String, Set<Level>, Set<Category>) - Constructor for class com.carfey.ops.event.dispatch.RESTfulEventHook
- RESTfulEventHook(String, Set<Level>, Set<Category>, String) - Constructor for class com.carfey.ops.event.dispatch.RESTfulEventHook
- resubmission - Variable in class com.carfey.ops.api.bean.history.Runtime
- Resubmission - Class in com.carfey.ops.api.bean.history
- Resubmission() - Constructor for class com.carfey.ops.api.bean.history.Resubmission
- resubmissionSource - Variable in class com.carfey.ops.api.bean.history.Runtime
- ResubmissionSource - Class in com.carfey.ops.api.bean.history
- ResubmissionSource() - Constructor for class com.carfey.ops.api.bean.history.ResubmissionSource
- resubmissionTarget - Variable in class com.carfey.ops.api.bean.history.Runtime
- ResubmissionTarget - Class in com.carfey.ops.api.bean.history
- ResubmissionTarget() - Constructor for class com.carfey.ops.api.bean.history.ResubmissionTarget
- resubmitRuntime(long, String) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Resubmit a failed job execution (i.e.
- resultConditions - Variable in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- resultConditions - Variable in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- RESUME - com.carfey.ops.event.EventHookAction
- revision - Variable in class com.carfey.ops.api.bean.history.Runtime
- revision - Variable in class com.carfey.ops.api.bean.job.Job
- Role - Class in com.carfey.ops.api.enums
- Role - Class in com.carfey.suite.security
- Role() - Constructor for class com.carfey.ops.api.enums.Role
- Role(String, String) - Constructor for class com.carfey.suite.security.Role
- RoleAssignment - Class in com.carfey.ops.action.user
- RoleAssignment() - Constructor for class com.carfey.ops.action.user.RoleAssignment
- roles - Variable in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- runApiTarget(RestAction, Object, Class<T>, Map<String, ?>, Map<String, String[]>, String) - Method in class com.carfey.ops.api.embedded.AbstractAPIManager
- runAutonomous(Callable<T>) - Method in class com.carfey.ops.job.Context
- RUNNING - com.carfey.ops.api.enums.JobRuntimeStatus
- runningHost - Variable in class com.carfey.ops.api.bean.history.Runtime
- runRuntimeListing(Map<String, String[]>) - Method in class com.carfey.ops.api.embedded.RuntimeManager
- Runtime - Class in com.carfey.ops.api.bean.history
- Runtime() - Constructor for class com.carfey.ops.api.bean.history.Runtime
- RuntimeDetail - Class in com.carfey.ops.api.bean.history
- RuntimeDetail() - Constructor for class com.carfey.ops.api.bean.history.RuntimeDetail
- RuntimeError - Class in com.carfey.ops.api.bean.history
- RuntimeError() - Constructor for class com.carfey.ops.api.bean.history.RuntimeError
- RuntimeListing - Class in com.carfey.ops.api.bean.history
- RuntimeListing() - Constructor for class com.carfey.ops.api.bean.history.RuntimeListing
- RuntimeListingParameters - Class in com.carfey.ops.api.bean.history
-
Used to filter a
RuntimeListingviaRuntimeManager. - RuntimeListingParameters() - Constructor for class com.carfey.ops.api.bean.history.RuntimeListingParameters
- RuntimeManager - Class in com.carfey.ops.api.embedded
-
Class to manage job runtimes using the Obsidian public embedded API.
- RuntimeManager() - Constructor for class com.carfey.ops.api.embedded.RuntimeManager
- runtimeOrdinal - Variable in class com.carfey.ops.api.bean.history.Runtime
- RuntimePreview - Class in com.carfey.ops.api.bean.schedule
- RuntimePreview() - Constructor for class com.carfey.ops.api.bean.schedule.RuntimePreview
- RuntimePreviewListing - Class in com.carfey.ops.api.bean.schedule
- RuntimePreviewListing() - Constructor for class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- RuntimePreviewParameters - Class in com.carfey.ops.api.bean.schedule
-
Used to filter a
RuntimePreviewListingviaRuntimeManager. - RuntimePreviewParameters() - Constructor for class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- RuntimeResubmissionResult - Class in com.carfey.ops.api.bean.history
- RuntimeResubmissionResult() - Constructor for class com.carfey.ops.api.bean.history.RuntimeResubmissionResult
- RuntimeResult - Class in com.carfey.ops.api.bean.history
- RuntimeResult() - Constructor for class com.carfey.ops.api.bean.history.RuntimeResult
- RuntimeSubmissionRequest - Class in com.carfey.ops.api.bean.history
-
Used to submit an ad hoc or on-time runtime request via
RuntimeManager. - RuntimeSubmissionRequest() - Constructor for class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
- RuntimeSubmissionResult - Class in com.carfey.ops.api.bean.history
- RuntimeSubmissionResult() - Constructor for class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
S
- saveJobResult(String, Object) - Method in class com.carfey.ops.job.Context
-
Save a job result, which will be viewable in the Obsidian web application, and is available to jobs chained from this one, as well as the REST and Embedded APIs.
- saveMultipleJobResults(String, Collection<?>) - Method in class com.carfey.ops.job.Context
-
Save multiple job results, which will be viewable in the Obsidian web application, and are available to jobs chained from this one, as well as the REST and Embedded APIs.
- SchedulableJob - Interface in com.carfey.ops.job
-
This is the single interface which must be implemented to make a class an Obsidian job which can be scheduled and executed.
- SchedulableJob.AsyncJob - Annotation Type in com.carfey.ops.job
-
Used to annotate a class which implements
SchedulableJob, but is an asynchronous submission of an external process (e.g. - SchedulableJob.Initializable - Annotation Type in com.carfey.ops.job
-
Annotation to indicate a given
SchedulableJobshould be automatically initialized into Obsidian at startup. - SchedulableJob.InitializableChainAnnotation - Annotation Type in com.carfey.ops.job
-
Annotation to use with
SchedulableJob.Initializablefor any chain initializations requested. - SchedulableJob.InitializableChainConditionAnnotation - Annotation Type in com.carfey.ops.job
- SchedulableJob.RepeatableInitializableAnnotation - Annotation Type in com.carfey.ops.job
- SchedulableJob.Schedulable - Annotation Type in com.carfey.ops.job
-
Used to annotate a class which does not implement
SchedulableJob, but can still be executed. - SchedulableJob.ScheduledRun - Annotation Type in com.carfey.ops.job
-
Used to annotate a method to execute on a class annotated with
SchedulableJob.Schedulable. - schedule - Variable in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- schedule - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- schedule - Variable in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- Schedule - Class in com.carfey.ops.api.bean.schedule
- Schedule() - Constructor for class com.carfey.ops.api.bean.schedule.Schedule
- ScheduleAlias - Class in com.carfey.ops.api.bean.schedule
-
Mapping class between an alias and either a recur pattern or a cron pattern (delimiters supported).
- ScheduleAlias() - Constructor for class com.carfey.ops.api.bean.schedule.ScheduleAlias
- ScheduleAliasDetail - Class in com.carfey.ops.api.bean.schedule
-
Additional detail on ScheduleAlias to track if an alias is in use
- ScheduleAliasDetail() - Constructor for class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- ScheduleAliasListing - Class in com.carfey.ops.api.bean.schedule
-
Listing of schedule shortcuts via
ScheduleAliasManager. - ScheduleAliasListing() - Constructor for class com.carfey.ops.api.bean.schedule.ScheduleAliasListing
- ScheduleAliasManager - Class in com.carfey.ops.api.embedded
-
Class to manage
ScheduleAliases using the Obsidian public embedded API. - ScheduleAliasManager() - Constructor for class com.carfey.ops.api.embedded.ScheduleAliasManager
- ScheduleAliasSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create or update a schedule alias on a
SystemRestoreConfigurationviaSystemRestoreManager. - ScheduleAliasSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.ScheduleAliasSaveRequest
- ScheduleAliasUpdateRequest - Class in com.carfey.ops.api.bean.schedule
-
Add/update schedule alias
- ScheduleAliasUpdateRequest() - Constructor for class com.carfey.ops.api.bean.schedule.ScheduleAliasUpdateRequest
- ScheduleCreationRequest - Class in com.carfey.ops.api.bean.schedule
-
Used to add a schedule to an existing job via
JobManager. - ScheduleCreationRequest() - Constructor for class com.carfey.ops.api.bean.schedule.ScheduleCreationRequest
- scheduledTime - Variable in class com.carfey.ops.api.bean.history.ResubmissionSource
- scheduledTime - Variable in class com.carfey.ops.api.bean.history.Runtime
- ScheduleSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create a job schedule on a
SystemRestoreConfigurationviaSystemRestoreManager. - ScheduleSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.ScheduleSaveRequest
- SECONDS - com.carfey.ops.api.enums.JobStatisticsUnit
- SerializationFactory - Class in com.carfey.ops.job.result
-
Class where
SerializationStrategyinstances can be registered for use in storing and retrieving Obsidian job results. - SerializationStrategy - Interface in com.carfey.ops.job.result
-
A
SerializationStrategyis used to convert job results into a form that can be stored as a string and retrieved. - serialize(Object) - Method in class com.carfey.ops.job.result.DefaultSerializationStrategy
- serialize(Object) - Method in class com.carfey.ops.job.result.JsonSerializationStrategy
- serialize(Object) - Method in interface com.carfey.ops.job.result.SerializationStrategy
-
Converts the object to its string representation which can be supplied to
SerializationStrategy.deserialize(Class, String)to reconstruct the object. - serializeJobResult(String, Object) - Method in class com.carfey.ops.job.result.SerializationFactory
-
Finds an appropriate strategy and serializes with it.
- setAcrossHosts(boolean) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.job.JobChain
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setActive(boolean) - Method in class com.carfey.ops.api.bean.notification.Template
- setActive(boolean) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- setActive(boolean) - Method in class com.carfey.ops.api.bean.user.User
- setActive(boolean) - Method in class com.carfey.suite.security.User
- setActive(Boolean) - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- setActive(Boolean) - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- setActiveSchedule(Schedule) - Method in class com.carfey.ops.api.bean.job.JobState
- setActiveStatuses(List<JobStatus>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setAdHoc(boolean) - Method in class com.carfey.ops.api.bean.history.Runtime
- setAlias(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- setAlias(String) - Method in class com.carfey.ops.api.bean.system.restore.ScheduleAliasSaveRequest
- setAllJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- setAllJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setAllowMultiple(boolean) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setAsyncJobRuntimeStatus(AsyncJobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- setAsyncRuntimeResults(long, AsyncJobRuntimeResultsRequest, String) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Finalize an async job as completed or failed.
- setAutoInterrupt(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- setAutoInterrupt(Boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setAutoInterrupt(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setAutoRetryCount(int) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setAutoRetryCount(int) - Method in class com.carfey.ops.api.bean.job.Job
- setAutoRetryCount(Integer) - Method in class com.carfey.ops.api.bean.history.Runtime
- setAutoRetryCount(Integer) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setAutoRetryInterval(int) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setAutoRetryInterval(int) - Method in class com.carfey.ops.api.bean.job.Job
- setAutoRetryInterval(Integer) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setAutoRetryIntervalExponent(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- setAutoRetryIntervalExponent(Boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setAutoRetryIntervalExponent(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setAverage(BigDecimal) - Method in class com.carfey.ops.api.bean.stats.Stats
- setBodyTemplate(String) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- setBodyTemplate(String) - Method in class com.carfey.ops.api.bean.notification.Template
- setCallerClassName(String) - Method in class com.carfey.ops.event.Event
- setCapped(boolean) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- setCategories(List<Category>) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setCategories(List<Category>) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- setCategory(Category) - Method in class com.carfey.ops.api.bean.log.Log
- setCategory(Category) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
See
AbstractSubscriptionUpdateRequest.getCategory()for valid values. - setCategory(Category) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
-
See
AbstractTemplateUpdateRequest.getCategory()for valid values. - setCategory(Category) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
See
GeneralSubscription.getCategory()for valid values. - setCategory(Category) - Method in class com.carfey.ops.api.bean.notification.Template
- setCategory(Category) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setChainAll(boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setChainAll(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- setChainAll(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setChains(ChainsRequest) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setChainSource(ChainSource) - Method in class com.carfey.ops.api.bean.history.Runtime
- setChainTargets(List<ChainTarget>) - Method in class com.carfey.ops.api.bean.history.Runtime
- setChildren(List<JobFolder>) - Method in class com.carfey.ops.api.bean.job.JobFolder
- setConfigsForExecution(List<JobConfigurationBean>, List<JobHistoryConfigBean>, SchedulableJob) - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public user
- setConfigsForMetadata(List<JobConfigurationBean>, List<JobHistoryConfigBean>, JobMetadata, JobConfig.ParameterValidation) - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- setConfigsForMetadata(List<JobConfigurationBean>, List<JobHistoryConfigBean>, SchedulableJob, JobConfig.ParameterValidation) - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public user
- setConflictJobs(List<Job>) - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- setConflictJobs(List<List<Job>>) - Method in class com.carfey.ops.api.bean.job.ConflictListing
- setConflicts(List<LinkedHashSet<Long>>) - Method in class com.carfey.ops.api.bean.job.ConflictUpdateRequest
- setConflicts(List<List<String>>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setCount(Integer) - Method in class com.carfey.ops.api.bean.stats.Stats
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.host.Host
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.job.Job
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Template
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setCreatedBy(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.host.Host
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.Job
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobChain
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Template
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setCurrentJobScheduleId(Long) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setCurrentJobScheduleId(Long) - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- setCustomCalendarId(long) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setCustomCalendarId(Long) - Method in class com.carfey.ops.api.bean.job.JobCreationRequest
- setCustomCalendarId(Long) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setCustomCalendarId(Long) - Method in class com.carfey.ops.api.bean.schedule.ScheduleCreationRequest
- setCustomCalendarName(String) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- setCustomCalendarName(String) - Method in class com.carfey.ops.api.bean.system.restore.ScheduleSaveRequest
- setCustomCalendars(List<CustomCalendar>) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarListing
- setCustomCalendars(List<CustomCalendarUpdateRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setDates(List<Date>) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setDates(List<Date>) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
- setDefaultForJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- setDefaultForJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.Template
- setDefaultValue(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setDefined(boolean) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setDescription(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- setDescription(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- setDescription(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setDescription(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setDescriptionHtml(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setDetail(String) - Method in class com.carfey.ops.api.bean.history.ChainSource
- setDetail(String) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- setDetail(String) - Method in class com.carfey.ops.api.bean.history.RuntimeError
- setDuration(JobStatisticsDuration) - Method in class com.carfey.ops.api.bean.stats.Stats
- setDurations(List<JobStatisticsDuration>) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- setEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setEmail(String) - Method in class com.carfey.suite.security.User
- setEmailAddress(String) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- setEmailAddress(String) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setEmailAddress(String) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setEnabled(boolean) - Method in class com.carfey.ops.api.bean.host.Host
- setEnabled(Boolean) - Method in class com.carfey.ops.api.bean.host.HostUpdateRequest
- setEnd(Date) - Method in class com.carfey.ops.api.bean.stats.Stats
- setEnd(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- setEnd(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- setEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setEndTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- setError(RuntimeError) - Method in class com.carfey.ops.api.bean.history.Runtime
- setEventHook(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setEventHook(String) - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- setEventHookAction(EventHookAction) - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- setEventHookName(String) - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- setEventHooks(List<EventHook>) - Method in class com.carfey.ops.api.bean.host.HostEventHook
- setEventTime(DateTime) - Method in class com.carfey.ops.api.bean.log.Log
- setExceptionClass(String) - Method in class com.carfey.ops.api.bean.history.RuntimeError
- setExcludeItems(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
- setExecutionType(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- setFilterParameters(Map<String, List<String>>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setFilterParameters(Map<String, List<String>>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setFilterText(String) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setFirstName(String) - Method in class com.carfey.suite.security.User
- setFlat(List<String>) - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- setFolder(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setFolder(String) - Method in class com.carfey.ops.api.bean.job.Job
- setFolder(String) - Method in class com.carfey.ops.api.bean.job.JobFolder
- setFolder(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setFolders(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setFolders(List<String>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setFolders(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setGeneralSubscriptions(List<GeneralSubscription>) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setGeneralSubscriptions(List<GeneralSubscriptionUpdateRequest>) - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- setGeneralSubscriptions(List<GeneralSubscriptionSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- setGlobalParameters(List<GlobalParameter>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setHeartbeat(DateTime) - Method in class com.carfey.ops.api.bean.host.EventHook
- setHeartbeatTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- setHeartbeatTime(DateTime) - Method in class com.carfey.ops.api.bean.host.Host
- setHierarchy(List<JobFolder>) - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- setHost(Host) - Method in class com.carfey.ops.api.bean.host.HostDetail
- setHost(String) - Method in class com.carfey.ops.api.bean.host.HostEventHook
- setHost(String) - Method in class com.carfey.ops.api.bean.log.Log
- setHost(String) - Method in class com.carfey.ops.api.bean.stats.Stats
- setHostEventHooks(List<HostEventHook>) - Method in class com.carfey.ops.api.bean.host.EventHookListing
- setHostId(Long) - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- setHostName(String) - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- setHostPreference(boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setHostPreference(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- setHostPreference(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setHosts(List<Host>) - Method in class com.carfey.ops.api.bean.host.HostListing
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.stats.StatsListing
- setHosts(List<String>) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setId(long) - Method in class com.carfey.ops.api.bean.host.Host
- setId(long) - Method in class com.carfey.ops.api.bean.log.Log
- setId(long) - Method in class com.carfey.ops.api.bean.notification.Notification
- setId(long) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setId(long) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setId(long) - Method in class com.carfey.ops.api.bean.notification.Template
- setId(long) - Method in class com.carfey.ops.api.bean.user.User
- setInterruptable(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- setInterruption(JobInterrupt) - Method in class com.carfey.ops.api.bean.history.JobInterruptResult
- setInterruption(JobInterrupt) - Method in class com.carfey.ops.api.bean.history.Runtime
- setInterruptTime(DateTime) - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- setInterruptUser(String) - Method in class com.carfey.ops.job.Context
- setInUse(boolean) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- setInvalidAttempts(Integer) - Method in class com.carfey.suite.security.User
- setIsAssigned(boolean) - Method in class com.carfey.ops.action.user.RoleAssignment
- setItems(List<JobChainSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
- setJob(ChainJob) - Method in class com.carfey.ops.api.bean.history.ChainSource
- setJob(ChainJob) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- setJob(Job) - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- setJob(Job) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setJob(Job) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- setJob(JobState) - Method in class com.carfey.ops.api.bean.history.Runtime
- setJobChainId(long) - Method in class com.carfey.ops.api.bean.job.JobChain
- setJobChains(List<JobChain>) - Method in class com.carfey.ops.api.bean.job.JobChainListing
- setJobClass(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setJobClass(String) - Method in class com.carfey.ops.api.bean.job.Job
- setJobClass(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setJobClassDescription(String) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setJobClassDescriptionHtml(String) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setJobClassDescriptionUrls(List<String>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setJobClasses(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setJobClasses(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setJobExecutionSubscriptions(List<JobExecutionSubscription>) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setJobExecutionSubscriptions(List<JobExecutionSubscriptionUpdateRequest>) - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- setJobExecutionSubscriptions(List<JobExecutionSubscriptionSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- setJobId(long) - Method in class com.carfey.ops.api.bean.history.ChainJob
- setJobId(long) - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- setJobId(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setJobId(long) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- setJobId(long) - Method in class com.carfey.ops.api.bean.job.Job
- setJobId(long) - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- setJobId(long) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setJobId(Long) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscriptionUpdateRequest
- setJobId(Long) - Method in class com.carfey.ops.api.bean.stats.Stats
- setJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscriptionUpdateRequest
- setJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.notification.TemplateUpdateRequest
- setJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- setJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setJobNickname(String) - Method in class com.carfey.ops.api.bean.system.restore.GeneralSubscriptionSaveRequest
- setJobNickname(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
- setJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.JobExecutionSubscriptionSaveRequest
- setJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.TemplateSaveRequest
- setJobQueuerStatus(String) - Method in class com.carfey.ops.api.bean.host.Host
- setJobQueuerUpdateTimeUtc(String) - Method in class com.carfey.ops.api.bean.host.Host
- setJobResults(Map<String, Object>) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- setJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ChainSource
- setJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- setJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- setJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.Runtime
- setJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- setJobRuntimeResultId(long) - Method in class com.carfey.ops.api.bean.history.JobOutput
- setJobs(List<Job>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setJobs(List<Job>) - Method in class com.carfey.ops.api.bean.notification.Template
- setJobs(List<JobState>) - Method in class com.carfey.ops.api.bean.job.JobListing
- setJobs(List<JobSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setJobScheduleId(long) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setJobSchedules(List<ScheduleSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- setJobSpawnerStatus(String) - Method in class com.carfey.ops.api.bean.host.Host
- setJobSpawnerUpdateTimeUtc(String) - Method in class com.carfey.ops.api.bean.host.Host
- setJobUsingDirectly(boolean) - Method in class com.carfey.ops.api.bean.job.JobFolder
- setLastLogin(DateTime) - Method in class com.carfey.suite.security.User
- setLastName(String) - Method in class com.carfey.suite.security.User
- setLastPausedBy(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setLastResumedBy(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.host.Host
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.job.Job
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Template
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.host.Host
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.Job
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobChain
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Template
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setLevel(LogLevel) - Method in class com.carfey.ops.api.bean.log.Log
- setLevel(LogLevel) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
See
AbstractSubscriptionUpdateRequest.getLevel()for valid values. - setLevel(LogLevel) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
See
GeneralSubscription.getLevel()for valid values. - setLevels(List<LogLevel>) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setLevels(List<LogLevel>) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- setLicenceLeaseExpiryUtc(String) - Method in class com.carfey.ops.api.bean.host.Host
- setLicenceStatus(String) - Method in class com.carfey.ops.api.bean.host.Host
- setLog(Log) - Method in class com.carfey.ops.api.bean.notification.Notification
- setLogs(List<Log>) - Method in class com.carfey.ops.api.bean.log.LogListing
- setMarkedInactiveAt(DateTime) - Method in class com.carfey.ops.api.bean.host.EventHook
- setMax(BigDecimal) - Method in class com.carfey.ops.api.bean.stats.Stats
- setMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.Job
- setMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setMedian(BigDecimal) - Method in class com.carfey.ops.api.bean.stats.Stats
- setMessage(String) - Method in class com.carfey.ops.api.bean.history.RuntimeError
- setMessage(String) - Method in class com.carfey.ops.api.bean.log.Log
- setMin(BigDecimal) - Method in class com.carfey.ops.api.bean.stats.Stats
- setMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.Job
- setMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setMode(Long) - Method in class com.carfey.ops.api.bean.stats.Stats
- setName(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setName(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
- setName(String) - Method in class com.carfey.ops.api.bean.history.JobOutput
- setName(String) - Method in class com.carfey.ops.api.bean.history.Parameter
- setName(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setName(String) - Method in class com.carfey.ops.api.bean.host.Host
- setName(String) - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- setName(String) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setName(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setName(String) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- setName(String) - Method in class com.carfey.ops.api.bean.notification.Template
- setName(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setName(String) - Method in class com.carfey.ops.api.enums.Role
- setName(String) - Method in class com.carfey.ops.job.param.JobParameter
- setNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- setNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- setNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.log.LogListing
- setNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- setNickname(String) - Method in class com.carfey.ops.api.bean.history.ChainJob
- setNickname(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setNickname(String) - Method in class com.carfey.ops.api.bean.job.Job
- setNickname(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setNickname(String) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setNickname(String) - Method in class com.carfey.ops.api.bean.stats.Stats
- setNicknames(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- setNonConflictJobs(List<Job>) - Method in class com.carfey.ops.api.bean.job.ConflictListing
- setNotifications(List<Notification>) - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- setOperator(JobChainConditionOperator) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- setOperator(JobSubscriptionConditionOperator) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- setOrdinal(Long) - Method in class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- setOrdinalParameters(List<OrdinalConfigurationParameters>) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- setOrdinalParameters(List<OrdinalConfigurationParameters>) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setOutput(List<JobOutput>) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- setParameters(List<Parameter>) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- setParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
- setParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- setParameters(List<GlobalParameter>) - Method in class com.carfey.ops.api.bean.job.GlobalParameterListing
- setParameters(List<GlobalParameter>) - Method in class com.carfey.ops.api.bean.job.GlobalParameterUpdateRequest
- setParameters(List<ParameterDefinition>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setParameters(List<SystemParameter>) - Method in class com.carfey.ops.api.bean.system.SystemParameterListing
- setPassword(String) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
-
See
AbstractUserCreationRequest.getPassword()for notes on changing passwords. - setPassword(String) - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
-
See
UserUpdateRequest.getPassword()for notes on changing passwords. - setPasswordIsComplexEnough(boolean) - Method in class com.carfey.suite.security.User
- setPausedAt(DateTime) - Method in class com.carfey.ops.api.bean.host.EventHook
- setPickupBufferMinutes(int) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setPickupBufferMinutes(int) - Method in class com.carfey.ops.api.bean.job.Job
- setPickupBufferMinutes(Integer) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setPickupTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- setQuantity(Integer) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setQuantity(Integer) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.Job
- setRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setRegistrationTime(DateTime) - Method in class com.carfey.ops.api.bean.host.EventHook
- setRemoved(boolean) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- setReplaceAll(boolean) - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
- setRequestedBy(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setRequestedStatus(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setRequester(String) - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- setRequestTime(DateTime) - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- setRequired(boolean) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setResubmission(boolean) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setResubmission(boolean) - Method in class com.carfey.ops.api.bean.history.Runtime
- setResubmission(Resubmission) - Method in class com.carfey.ops.api.bean.history.RuntimeResubmissionResult
- setResubmissionSource(ResubmissionSource) - Method in class com.carfey.ops.api.bean.history.Runtime
- setResubmissionTarget(ResubmissionTarget) - Method in class com.carfey.ops.api.bean.history.Runtime
- setResultConditions(List<JobChainCondition>) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- setResultConditions(List<JobChainCondition>) - Method in class com.carfey.ops.api.bean.job.JobChain
- setResultConditions(List<JobSubscriptionCondition>) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- setResultConditions(List<JobSubscriptionCondition>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setResultException(Exception) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- setResultTime(DateTime) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- setResumedAt(DateTime) - Method in class com.carfey.ops.api.bean.host.EventHook
- setRevision(long) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- setRevision(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setRevision(long) - Method in class com.carfey.ops.api.bean.history.Runtime
- setRevision(long) - Method in class com.carfey.ops.api.bean.job.Job
- setRole(Role) - Method in class com.carfey.ops.action.user.RoleAssignment
- setRole(String) - Method in class com.carfey.ops.api.enums.Role
- setRoleAssignments(Set<RoleAssignment>) - Method in class com.carfey.suite.security.User
- setRoleIdentifier(String) - Method in class com.carfey.suite.security.Role
- setRoleName(String) - Method in class com.carfey.suite.security.Role
- setRoles(List<Role>) - Method in class com.carfey.suite.security.User
- setRoles(Set<Role>) - Method in class com.carfey.suite.security.User
- setRoles(Set<String>) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- setRoles(Set<String>) - Method in class com.carfey.ops.api.bean.user.User
- setRoles(Set<String>) - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- setRunningHost(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- setRuntime(RuntimeDetail) - Method in class com.carfey.ops.api.bean.history.RuntimeResult
- setRuntimeOrdinal(long) - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- setRuntimeOrdinal(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setRuntimeOrdinal(long) - Method in class com.carfey.ops.api.bean.history.Runtime
- setRuntimeOrdinal(Long) - Method in class com.carfey.ops.api.bean.history.OneTimeRunDeleteRequest
- setRuntimes(List<Runtime>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- setRuntimes(List<Runtime>) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- setRuntimes(List<RuntimePreview>) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- setSchedule(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- setSchedule(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setSchedule(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- setSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- setSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- setSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasUpdateRequest
- setScheduleAliases(List<ScheduleAlias>) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasListing
- setScheduleAliases(List<ScheduleAliasSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setScheduleDescription(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- setScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ChainSource
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.OneTimeRunDeleteRequest
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- setScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setScheduleEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setScheduleEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- setSchedules(List<Schedule>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- setSchedules(List<Schedule>) - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- setSecondaryCategory(Category) - Method in class com.carfey.ops.event.Event
- setSortDirection(SortDirection) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setSortDirection(SortDirection) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setSourceJob(Job) - Method in class com.carfey.ops.api.bean.job.JobChain
- setSourceJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- setSourceJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- setSourceJobNickname(String) - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- setStandardDeviation(BigDecimal) - Method in class com.carfey.ops.api.bean.stats.Stats
- setStart(Date) - Method in class com.carfey.ops.api.bean.stats.Stats
- setStart(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- setStart(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- setStartDate(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setStartDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
- setStartDate(DateTime) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setStartDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- setStartDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- setStartKey(String) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- setStartKey(String) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setStartKey(String) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- setStartKey(String) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- setStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.Job
- setStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- setState(JobStatus) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- setState(JobStatus) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- setState(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- setStats(List<Stats>) - Method in class com.carfey.ops.api.bean.stats.StatsListing
- setStatsId(Long) - Method in class com.carfey.ops.api.bean.stats.Stats
- setStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.Resubmission
- setStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- setStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.Runtime
- setStatus(JobStatisticsStatus) - Method in class com.carfey.ops.api.bean.stats.Stats
- setStatus(JobStatus) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- setStatus(String) - Method in class com.carfey.ops.api.bean.host.EventHook
- setStatuses(List<JobRuntimeStatus>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- setStatuses(List<JobStatisticsStatus>) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setSubject(String) - Method in class com.carfey.ops.event.Event
- setSubjectTemplate(String) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- setSubjectTemplate(String) - Method in class com.carfey.ops.api.bean.notification.Template
- setSubmissionMode(SubmissionMode) - Method in class com.carfey.ops.api.bean.history.Runtime
- setSubscriber(NotificationSubscriber) - Method in class com.carfey.ops.api.bean.notification.Notification
- setSubscribers(List<Subscriber>) - Method in class com.carfey.ops.api.bean.notification.SubscriberListing
- setSubscribers(List<SubscriberSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setSummary(String) - Method in class com.carfey.ops.api.bean.log.Log
- setSuppressNotifications(boolean) - Method in class com.carfey.ops.event.Event
- setSystemParameters(List<SystemParameter>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setTargetEntityId(Long) - Method in class com.carfey.ops.event.Event
- setTargetJob(Job) - Method in class com.carfey.ops.api.bean.job.JobChain
- setTargetJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- setTargetJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- setTargetJobNickname(String) - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- setTemplates(List<Template>) - Method in class com.carfey.ops.api.bean.notification.TemplateListing
- setTemplates(List<TemplateSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setTrigger(boolean) - Method in class com.carfey.ops.api.bean.history.ChainSource
- setTrigger(boolean) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- setTriggerStates(Set<JobChainStatus>) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- setTriggerStates(Set<JobChainStatus>) - Method in class com.carfey.ops.api.bean.job.JobChain
- setTriggerStates(Set<SubscriptionJobStatus>) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- setTriggerStates(Set<SubscriptionJobStatus>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- setType(ParameterType) - Method in class com.carfey.ops.api.bean.history.Parameter
- setType(ParameterType) - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- setType(ParameterType) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setType(ParameterType) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setType(ParameterType) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setType(Type) - Method in class com.carfey.ops.job.param.JobParameter
- setUnit(JobStatisticsUnit) - Method in class com.carfey.ops.api.bean.stats.Stats
- setUnits(List<JobStatisticsUnit>) - Method in class com.carfey.ops.api.bean.stats.StatsListingRequest
- setUpdate(boolean) - Method in class com.carfey.ops.api.bean.system.restore.UserSaveRequest
- setUpdateAttributes(boolean) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- setUpdateSchedule(boolean) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- setUrls(List<String>) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setUserId(String) - Method in class com.carfey.suite.security.User
- setUserName(String) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- setUserName(String) - Method in class com.carfey.ops.api.bean.user.User
- setUserNames(Set<String>) - Method in class com.carfey.ops.api.bean.user.MfaUserListing
- setUserNames(Set<String>) - Method in class com.carfey.ops.api.bean.user.ResetMfaRequest
- setUsers(List<UserSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- setUsers(List<User>) - Method in class com.carfey.ops.api.bean.user.UserListing
- setValidValues(List<String>) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setValue(String) - Method in class com.carfey.ops.api.bean.history.JobOutput
- setValue(String) - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
-
May reference a global parameter (e.g.
- setValue(String) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- setValue(String) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- setValue(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- setValue(String) - Method in class com.carfey.ops.job.param.JobParameter
- setValues(List<String>) - Method in class com.carfey.ops.api.bean.history.Parameter
- setValues(List<String>) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- setValues(List<String>) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- setValues(List<String>) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- setValues(List<String>) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- setValueType(String) - Method in class com.carfey.ops.api.bean.history.JobOutput
- setVariableName(String) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- setVariableName(String) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- setVariance(BigDecimal) - Method in class com.carfey.ops.api.bean.stats.Stats
- shouldPostEvent(Event) - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
-
Override to get custom behaviour on whether to post to the endpoint for a given event.
- shouldPostEvent(Event) - Method in class com.carfey.ops.event.dispatch.SlackEventHook
-
Override to get custom behaviour on whether to post to Slack for a given event.
- shouldPostEvent(Event) - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
-
Override to get custom behaviour on whether to write events to standard output streams
- SIX_MONTH - com.carfey.ops.api.enums.JobStatisticsDuration
- SlackEventHook - Class in com.carfey.ops.event.dispatch
-
A dispatcher that sends notifications via Slack's incoming web hooks.
- SlackEventHook(String, String, Set<Level>, Set<Category>) - Constructor for class com.carfey.ops.event.dispatch.SlackEventHook
-
Creates a new instance with the values.
- SortDirection - Enum in com.carfey.ops.api.enums
- sourceJobId - Variable in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- StandardOutputStreamsEventHook - Class in com.carfey.ops.event.dispatch
- StandardOutputStreamsEventHook(Set<Level>, Set<Category>) - Constructor for class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- startDate() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
-
Optional date following standard
java.time.ZonedDateTime#parse(CharSequence). - STARTS_WITH - com.carfey.ops.api.enums.JobChainConditionOperator
- STARTS_WITH - com.carfey.ops.api.enums.JobSubscriptionConditionOperator
- startupShutdownMode - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- startupShutdownMode - Variable in class com.carfey.ops.api.bean.job.Job
- startupShutdownMode() - Method in annotation type com.carfey.ops.job.SchedulableJob.Initializable
- StartupShutdownMode - Enum in com.carfey.ops.api.enums
- state - Variable in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- state - Variable in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- StaticListProvider - Class in com.carfey.ops.job.param
-
ListProviderimplementation which allows for configuration of a static list of values. - StaticListProvider() - Constructor for class com.carfey.ops.job.param.StaticListProvider
- Stats - Class in com.carfey.ops.api.bean.stats
- Stats() - Constructor for class com.carfey.ops.api.bean.stats.Stats
- StatsListing - Class in com.carfey.ops.api.bean.stats
- StatsListing() - Constructor for class com.carfey.ops.api.bean.stats.StatsListing
- StatsListingRequest - Class in com.carfey.ops.api.bean.stats
- StatsListingRequest() - Constructor for class com.carfey.ops.api.bean.stats.StatsListingRequest
- StatsManager - Class in com.carfey.ops.api.embedded
-
Class to search job stats.
- StatsManager() - Constructor for class com.carfey.ops.api.embedded.StatsManager
- status - Variable in class com.carfey.ops.api.bean.history.ResubmissionSource
- status - Variable in class com.carfey.ops.api.bean.history.Runtime
- STRING - com.carfey.ops.api.enums.ParameterType
- STRING - com.carfey.ops.job.param.Type
- subjectTemplate - Variable in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- submissionMode - Variable in class com.carfey.ops.api.bean.history.Runtime
- SubmissionMode - Enum in com.carfey.ops.api.enums
- submitRuntime(long, RuntimeSubmissionRequest, String) - Method in class com.carfey.ops.api.embedded.RuntimeManager
-
Submit a one-time or ad hoc job execution.
- Subscriber - Class in com.carfey.ops.api.bean.notification
- Subscriber() - Constructor for class com.carfey.ops.api.bean.notification.Subscriber
- SubscriberListing - Class in com.carfey.ops.api.bean.notification
- SubscriberListing() - Constructor for class com.carfey.ops.api.bean.notification.SubscriberListing
- SubscriberSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create or update a notification subscriber on a
SystemRestoreConfigurationviaSystemRestoreManager. - SubscriberSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- SubscriberUpdateRequest - Class in com.carfey.ops.api.bean.notification
-
Used to update a subscriber via
NotificationManager. - SubscriberUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- SubscriptionJobStatus - Enum in com.carfey.ops.api.enums
- supports(Class<?>) - Method in class com.carfey.ops.job.result.DefaultSerializationStrategy
- supports(Class<?>) - Method in class com.carfey.ops.job.result.JsonSerializationStrategy
-
Always returns true.
- supports(Class<?>) - Method in interface com.carfey.ops.job.result.SerializationStrategy
-
Does this strategy support the specified type? Generic implementations may simply always return true.
- supportsRememberMe() - Method in class com.carfey.suite.security.LdapAuthenticator
- supportsRememberMe() - Method in interface com.carfey.suite.security.remember.Authenticator
- SYSTEM_PARAMETER - com.carfey.ops.api.enums.Category
- SYSTEM_PARAMETER - com.carfey.ops.event.Category
- SystemParameter - Class in com.carfey.ops.api.bean.system
- SystemParameter() - Constructor for class com.carfey.ops.api.bean.system.SystemParameter
- SystemParameterListing - Class in com.carfey.ops.api.bean.system
- SystemParameterListing() - Constructor for class com.carfey.ops.api.bean.system.SystemParameterListing
- SystemParameterManager - Class in com.carfey.ops.api.embedded
-
Class to manage system parameter settings using the Obsidian public embedded API.
- SystemParameterManager() - Constructor for class com.carfey.ops.api.embedded.SystemParameterManager
- SystemRestoreConfiguration - Class in com.carfey.ops.api.bean.system.restore
-
Represents a full Obsidian configuration.
- SystemRestoreConfiguration() - Constructor for class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- SystemRestoreManager - Class in com.carfey.ops.api.embedded
-
Class used to export Obsidian configuration using the Obsidian public embedded API.
- SystemRestoreManager() - Constructor for class com.carfey.ops.api.embedded.SystemRestoreManager
- SystemRestoreParameters - Class in com.carfey.ops.api.bean.system.restore
-
Used to filter a
SystemRestoreConfigurationviaSystemRestoreManager. - SystemRestoreParameters() - Constructor for class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
T
- targetJobId - Variable in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- targetJobNickname() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainAnnotation
- Template - Class in com.carfey.ops.api.bean.notification
- Template() - Constructor for class com.carfey.ops.api.bean.notification.Template
- TemplateListing - Class in com.carfey.ops.api.bean.notification
- TemplateListing() - Constructor for class com.carfey.ops.api.bean.notification.TemplateListing
- TemplateSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create or update a notification template on a
SystemRestoreConfigurationviaSystemRestoreManager. - TemplateSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.TemplateSaveRequest
- TemplateUpdateRequest - Class in com.carfey.ops.api.bean.notification
-
Used to update a template via
NotificationManager. - TemplateUpdateRequest() - Constructor for class com.carfey.ops.api.bean.notification.TemplateUpdateRequest
- THREE_DAY - com.carfey.ops.api.enums.JobStatisticsDuration
- THREE_MONTH - com.carfey.ops.api.enums.JobStatisticsDuration
- toString() - Method in class com.carfey.ops.action.user.RoleAssignment
- toString() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- toString() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarListing
- toString() - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- toString() - Method in class com.carfey.ops.api.bean.history.ChainJob
- toString() - Method in class com.carfey.ops.api.bean.history.ChainSource
- toString() - Method in class com.carfey.ops.api.bean.history.ChainTarget
- toString() - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- toString() - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- toString() - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- toString() - Method in class com.carfey.ops.api.bean.history.JobInterruptResult
- toString() - Method in class com.carfey.ops.api.bean.history.JobOutput
- toString() - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- toString() - Method in class com.carfey.ops.api.bean.history.OneTimeRunDeleteRequest
- toString() - Method in class com.carfey.ops.api.bean.history.Parameter
- toString() - Method in class com.carfey.ops.api.bean.history.Resubmission
- toString() - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- toString() - Method in class com.carfey.ops.api.bean.history.ResubmissionTarget
- toString() - Method in class com.carfey.ops.api.bean.history.Runtime
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeError
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeResubmissionResult
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeResult
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
- toString() - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- toString() - Method in class com.carfey.ops.api.bean.host.EventHook
- toString() - Method in class com.carfey.ops.api.bean.host.EventHookListing
- toString() - Method in class com.carfey.ops.api.bean.host.HostDetail
- toString() - Method in class com.carfey.ops.api.bean.host.HostEventHook
- toString() - Method in class com.carfey.ops.api.bean.host.HostListing
- toString() - Method in class com.carfey.ops.api.bean.host.HostUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- toString() - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- toString() - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- toString() - Method in class com.carfey.ops.api.bean.job.ConflictListing
- toString() - Method in class com.carfey.ops.api.bean.job.ConflictUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- toString() - Method in class com.carfey.ops.api.bean.job.GlobalParameterListing
- toString() - Method in class com.carfey.ops.api.bean.job.GlobalParameterUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.job.Job
- toString() - Method in class com.carfey.ops.api.bean.job.JobChain
- toString() - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- toString() - Method in class com.carfey.ops.api.bean.job.JobChainListing
- toString() - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- toString() - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- toString() - Method in class com.carfey.ops.api.bean.job.JobCreationRequest
- toString() - Method in class com.carfey.ops.api.bean.job.JobDetail
- toString() - Method in class com.carfey.ops.api.bean.job.JobFolder
- toString() - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- toString() - Method in class com.carfey.ops.api.bean.job.JobListing
- toString() - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- toString() - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- toString() - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
- toString() - Method in class com.carfey.ops.api.bean.job.JobState
- toString() - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- toString() - Method in class com.carfey.ops.api.bean.log.Log
- toString() - Method in class com.carfey.ops.api.bean.log.LogListing
- toString() - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- toString() - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- toString() - Method in class com.carfey.ops.api.bean.notification.GeneralSubscriptionUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- toString() - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscriptionUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- toString() - Method in class com.carfey.ops.api.bean.notification.Notification
- toString() - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- toString() - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- toString() - Method in class com.carfey.ops.api.bean.notification.Subscriber
- toString() - Method in class com.carfey.ops.api.bean.notification.SubscriberListing
- toString() - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.notification.Template
- toString() - Method in class com.carfey.ops.api.bean.notification.TemplateListing
- toString() - Method in class com.carfey.ops.api.bean.notification.TemplateUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- toString() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- toString() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- toString() - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- toString() - Method in class com.carfey.ops.api.bean.schedule.Schedule
- toString() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- toString() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- toString() - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasUpdateRequest
- toString() - Method in class com.carfey.ops.api.bean.schedule.ScheduleCreationRequest
- toString() - Method in class com.carfey.ops.api.bean.stats.Stats
- toString() - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.GeneralSubscriptionSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.JobExecutionSubscriptionSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.ScheduleAliasSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.ScheduleSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- toString() - Method in class com.carfey.ops.api.bean.system.restore.TemplateSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.restore.UserSaveRequest
- toString() - Method in class com.carfey.ops.api.bean.system.SystemParameter
- toString() - Method in class com.carfey.ops.api.bean.system.SystemParameterListing
- toString() - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- toString() - Method in class com.carfey.ops.api.bean.user.MfaUserListing
- toString() - Method in class com.carfey.ops.api.bean.user.ResetMfaRequest
- toString() - Method in class com.carfey.ops.api.bean.user.User
- toString() - Method in class com.carfey.ops.api.bean.user.UserCreationRequest
- toString() - Method in class com.carfey.ops.api.bean.user.UserListing
- toString() - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- toString() - Method in class com.carfey.ops.api.enums.Role
- toString() - Method in class com.carfey.ops.event.dispatch.RESTfulEventHook
- toString() - Method in class com.carfey.ops.event.dispatch.SlackEventHook
- toString() - Method in class com.carfey.ops.event.dispatch.StandardOutputStreamsEventHook
- toString() - Method in class com.carfey.ops.event.Event
- toString() - Method in class com.carfey.ops.job.Context
- toString() - Method in class com.carfey.ops.job.param.JobParameter
- toString() - Method in class com.carfey.suite.security.Role
- toString() - Method in class com.carfey.suite.security.User
- TRACE - com.carfey.ops.api.enums.LogLevel
- TRACE - com.carfey.ops.event.Level
- triggerStates - Variable in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- triggerStates - Variable in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- TWO_DAY - com.carfey.ops.api.enums.JobStatisticsDuration
- TWO_MONTH - com.carfey.ops.api.enums.JobStatisticsDuration
- type() - Method in annotation type com.carfey.ops.job.param.Parameter
- Type - Enum in com.carfey.ops.job.param
-
Used to enforce type validation on custom and defined parameters.
U
- UNSCHEDULED_ACTIVE - com.carfey.ops.api.enums.JobStatus
- updateCalendar(long, CustomCalendarUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.CustomCalendarManager
-
Updates an existing
CustomCalendarbased on the supplied request. - updateChain(long, JobChainUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Updates the requested job chain with the supplied configuration.
- updateConfiguration(SystemRestoreConfiguration, String) - Method in class com.carfey.ops.api.embedded.SystemRestoreManager
-
Updates the Obsidian installation with the supplied system restore configuration.
- updateConflicts(ConflictUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Updates the configured job conflicts and returns a listing of conflicted job sets, each in order of execution precedence.
- updateEventHook(UpdateEventHookRequest, String) - Method in class com.carfey.ops.api.embedded.HostManager
- UpdateEventHookRequest - Class in com.carfey.ops.api.bean.host
-
Used to request an EventHook to be paused or resumed
HostManager. - UpdateEventHookRequest() - Constructor for class com.carfey.ops.api.bean.host.UpdateEventHookRequest
- updateGlobalParameters(GlobalParameterUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Replaces the configured global parameters with those supplied in the request.
- updateHost(long, HostUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.HostManager
-
Updates a known scheduling host's enabled status.
- updateHost(String, HostUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.HostManager
-
Updates a known scheduling host's enabled status.
- updateJob(long, JobUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.JobManager
-
Updates an existing job.
- updateParameter(String, String, String) - Method in class com.carfey.ops.api.embedded.SystemParameterManager
-
Updates a given system parameter to the requested value.
- updateSubscriber(long, SubscriberUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Updates the requested subscriber with the supplied configuration.
- updateTemplate(long, TemplateUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.NotificationManager
-
Updates the requested template with the supplied configuration.
- updateUser(long, UserUpdateRequest, String) - Method in class com.carfey.ops.api.embedded.UserManager
-
Updates the requested user with the supplied configuration.
- URL_CONFIG_KEY - Static variable in class com.carfey.ops.event.dispatch.RESTfulEventHook
- urls() - Method in annotation type com.carfey.ops.job.param.Description
-
If specified, these values will be output as hyperlinks in the user interface.
- urls() - Method in annotation type com.carfey.ops.job.param.Parameter
-
If specified, these values will be output as hyperlinks in the user interface.
- User - Class in com.carfey.ops.api.bean.user
-
Note that all active users have an implicit read role that is not included in this object.
- User - Class in com.carfey.suite.security
- User() - Constructor for class com.carfey.ops.api.bean.user.User
- User(String) - Constructor for class com.carfey.suite.security.User
- User(String, List<Role>, Set<RoleAssignment>, String, String, String, Boolean, DateTime, Long) - Constructor for class com.carfey.suite.security.User
- User(String, Set<Role>, Set<RoleAssignment>, String, String, String, Boolean, DateTime, Long) - Constructor for class com.carfey.suite.security.User
- USER_NAME_CONFIG_KEY - Static variable in class com.carfey.ops.event.dispatch.SlackEventHook
- UserCreationRequest - Class in com.carfey.ops.api.bean.user
-
Used to create a user via
UserManager. - UserCreationRequest() - Constructor for class com.carfey.ops.api.bean.user.UserCreationRequest
- UserListing - Class in com.carfey.ops.api.bean.user
- UserListing() - Constructor for class com.carfey.ops.api.bean.user.UserListing
- UserManager - Class in com.carfey.ops.api.embedded
-
Class to manage users using the Obsidian public embedded API.
- UserManager() - Constructor for class com.carfey.ops.api.embedded.UserManager
- userName - Variable in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- UserSaveRequest - Class in com.carfey.ops.api.bean.system.restore
-
Used to create or update a user on a
SystemRestoreConfigurationviaSystemRestoreManager. - UserSaveRequest() - Constructor for class com.carfey.ops.api.bean.system.restore.UserSaveRequest
- UserUpdateRequest - Class in com.carfey.ops.api.bean.user
-
Used to update a user via
UserManager. - UserUpdateRequest() - Constructor for class com.carfey.ops.api.bean.user.UserUpdateRequest
V
- validateConfig(JobConfig) - Method in interface com.carfey.ops.job.ConfigValidatingJob
-
Validate the configuration that is being saved for the job, plus those added by
ConfigGeneratingJob. - validateGlobalConfigs(List<GlobalJobConfigBean>) - Method in class com.carfey.ops.job.config.JobConfig
-
Not meant for public use
- validateMandatoryValue(String, Object) - Method in exception com.carfey.suite.action.ValidationException
- validateRequired(String, Object) - Method in class com.carfey.ops.api.embedded.AbstractAPIManager
- ValidationException - Exception in com.carfey.suite.action
-
An exception indicating some sort of validation failure.
- ValidationException() - Constructor for exception com.carfey.suite.action.ValidationException
- ValidationException(String) - Constructor for exception com.carfey.suite.action.ValidationException
- ValidationException(List<String>) - Constructor for exception com.carfey.suite.action.ValidationException
- value() - Method in annotation type com.carfey.ops.job.param.Description
- value() - Method in annotation type com.carfey.ops.job.SchedulableJob.RepeatableInitializableAnnotation
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.AsyncJobRuntimeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobChainConditionOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobChainStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobRecoveryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobRuntimeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobStatisticsDuration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobStatisticsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobStatisticsUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.JobSubscriptionConditionOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.ParameterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.carfey.ops.api.enums.Role
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.StartupShutdownMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.SubmissionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.api.enums.SubscriptionJobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.event.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.event.EventHookAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.event.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.job.config.JobConfig.ParameterValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.carfey.ops.job.param.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String, String) - Static method in class com.carfey.ops.api.enums.Role
- valueOfJobStatisticsDuration(String) - Static method in enum com.carfey.ops.api.enums.JobStatisticsDuration
- valueOfJobStatisticsStatus(String) - Static method in enum com.carfey.ops.api.enums.JobStatisticsStatus
- values() - Static method in enum com.carfey.ops.api.enums.AsyncJobRuntimeStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.Category
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobChainConditionOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobChainStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobRecoveryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobRuntimeStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobStatisticsDuration
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobStatisticsStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobStatisticsUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.JobSubscriptionConditionOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.ParameterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.StartupShutdownMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.SubmissionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.api.enums.SubscriptionJobStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.event.Category
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.event.EventHookAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.event.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.job.config.JobConfig.ParameterValidation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.carfey.ops.job.param.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainConditionAnnotation
- variableName() - Method in annotation type com.carfey.ops.job.SchedulableJob.InitializableChainConditionAnnotation
W
- WARNING - com.carfey.ops.api.enums.LogLevel
- WARNING - com.carfey.ops.event.Level
- WEBHOOK_URL_CONFIG_KEY - Static variable in class com.carfey.ops.event.dispatch.SlackEventHook
- WEEK - com.carfey.ops.api.enums.JobStatisticsDuration
- withActive(boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- withActive(boolean) - Method in class com.carfey.ops.api.bean.job.JobChain
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withActive(boolean) - Method in class com.carfey.ops.api.bean.notification.Template
- withActive(boolean) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- withActive(boolean) - Method in class com.carfey.ops.api.bean.user.User
- withActive(Boolean) - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- withActive(Boolean) - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- withActiveSchedule(Schedule) - Method in class com.carfey.ops.api.bean.job.JobState
- withActiveStatuses(List<JobStatus>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withAdHoc(boolean) - Method in class com.carfey.ops.api.bean.history.Runtime
- withAlias(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- withAlias(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- withAlias(String) - Method in class com.carfey.ops.api.bean.system.restore.ScheduleAliasSaveRequest
- withAllJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- withAllJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withAllowMultiple(boolean) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withAsyncJobRuntimeStatus(AsyncJobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- withAutoInterrupt(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- withAutoInterrupt(boolean) - Method in class com.carfey.ops.api.bean.job.JobState
- withAutoInterrupt(Boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withAutoInterrupt(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withAutoRetryCount(int) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withAutoRetryCount(int) - Method in class com.carfey.ops.api.bean.job.Job
- withAutoRetryCount(int) - Method in class com.carfey.ops.api.bean.job.JobState
- withAutoRetryCount(Integer) - Method in class com.carfey.ops.api.bean.history.Runtime
- withAutoRetryCount(Integer) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withAutoRetryInterval(int) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withAutoRetryInterval(int) - Method in class com.carfey.ops.api.bean.job.Job
- withAutoRetryInterval(int) - Method in class com.carfey.ops.api.bean.job.JobState
- withAutoRetryInterval(Integer) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withAutoRetryIntervalExponent(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- withAutoRetryIntervalExponent(boolean) - Method in class com.carfey.ops.api.bean.job.JobState
- withAutoRetryIntervalExponent(Boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withAutoRetryIntervalExponent(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withBodyTemplate(String) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- withBodyTemplate(String) - Method in class com.carfey.ops.api.bean.notification.Template
- withCallerClassName(String) - Method in class com.carfey.ops.event.Event
- withCapped(boolean) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- withCategories(List<Category>) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withCategories(List<Category>) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- withCategory(Category) - Method in class com.carfey.ops.api.bean.log.Log
- withCategory(Category) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
See
AbstractSubscriptionUpdateRequest.getCategory()for valid values. - withCategory(Category) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
-
See
AbstractTemplateUpdateRequest.getCategory()for valid values. - withCategory(Category) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
See
GeneralSubscription.getCategory()for valid values. - withCategory(Category) - Method in class com.carfey.ops.api.bean.notification.Template
- withCategory(Category) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withChainAll(boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withChainAll(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- withChainAll(boolean) - Method in class com.carfey.ops.api.bean.job.JobState
- withChainAll(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withChains(ChainsRequest) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withChainSource(ChainSource) - Method in class com.carfey.ops.api.bean.history.Runtime
- withChainSource(ChainSource) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withChainTargets(List<ChainTarget>) - Method in class com.carfey.ops.api.bean.history.Runtime
- withChainTargets(List<ChainTarget>) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withChildren(List<JobFolder>) - Method in class com.carfey.ops.api.bean.job.JobFolder
- withConflictJobs(List<Job>) - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- withConflictJobs(List<List<Job>>) - Method in class com.carfey.ops.api.bean.job.ConflictListing
- withConflicts(List<LinkedHashSet<Long>>) - Method in class com.carfey.ops.api.bean.job.ConflictUpdateRequest
- withConflicts(List<List<String>>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.host.Host
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.job.Job
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Template
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withCreatedBy(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.host.Host
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.Job
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobChain
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Template
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withCreatedDate(DateTime) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withCurrentJobScheduleId(Long) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withCurrentJobScheduleId(Long) - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- withCustomCalendarId(long) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withCustomCalendarId(Long) - Method in class com.carfey.ops.api.bean.job.JobCreationRequest
- withCustomCalendarId(Long) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withCustomCalendarId(Long) - Method in class com.carfey.ops.api.bean.schedule.ScheduleCreationRequest
- withCustomCalendarName(String) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- withCustomCalendarName(String) - Method in class com.carfey.ops.api.bean.system.restore.ScheduleSaveRequest
- withCustomCalendars(List<CustomCalendar>) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarListing
- withCustomCalendars(List<CustomCalendarUpdateRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withDates(List<Date>) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withDates(List<Date>) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
- withDefaultForJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- withDefaultForJobs(boolean) - Method in class com.carfey.ops.api.bean.notification.Template
- withDefaultValue(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withDefined(boolean) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withDescription(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- withDescription(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- withDescription(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withDescription(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withDetail(String) - Method in class com.carfey.ops.api.bean.history.ChainSource
- withDetail(String) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- withDetail(String) - Method in class com.carfey.ops.api.bean.history.RuntimeError
- withDetail(String) - Method in class com.carfey.ops.event.Event
- withDetails(List<String>) - Method in class com.carfey.ops.event.Event
- withEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- withEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withEmailAddress(String) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriberUpdateRequest
- withEmailAddress(String) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withEmailAddress(String) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withEnabled(boolean) - Method in class com.carfey.ops.api.bean.host.Host
- withEnabled(Boolean) - Method in class com.carfey.ops.api.bean.host.HostUpdateRequest
- withEnd(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- withEnd(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- withEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withEndTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- withEndTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withError(RuntimeError) - Method in class com.carfey.ops.api.bean.history.Runtime
- withError(RuntimeError) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withEventTime(DateTime) - Method in class com.carfey.ops.api.bean.log.Log
- withExceptionClass(String) - Method in class com.carfey.ops.api.bean.history.RuntimeError
- withExcludeItems(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
- withExecutionType(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- withExecutionType(String) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withFilterParameters(Map<String, List<String>>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withFilterParameters(Map<String, List<String>>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withFilterText(String) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withFlat(List<String>) - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- withFolder(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withFolder(String) - Method in class com.carfey.ops.api.bean.job.Job
- withFolder(String) - Method in class com.carfey.ops.api.bean.job.JobFolder
- withFolder(String) - Method in class com.carfey.ops.api.bean.job.JobState
- withFolder(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withFolders(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withFolders(List<String>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withFolders(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withGeneralSubscriptions(List<GeneralSubscription>) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withGeneralSubscriptions(List<GeneralSubscriptionUpdateRequest>) - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- withGeneralSubscriptions(List<GeneralSubscriptionSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- withGlobalParameters(List<GlobalParameter>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withHeartbeatTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- withHeartbeatTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withHeartbeatTime(DateTime) - Method in class com.carfey.ops.api.bean.host.Host
- withHierarchy(List<JobFolder>) - Method in class com.carfey.ops.api.bean.job.JobFolderListing
- withHost(Host) - Method in class com.carfey.ops.api.bean.host.HostDetail
- withHost(String) - Method in class com.carfey.ops.api.bean.log.Log
- withHostPreference(boolean) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withHostPreference(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- withHostPreference(boolean) - Method in class com.carfey.ops.api.bean.job.JobState
- withHostPreference(Boolean) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withHosts(List<Host>) - Method in class com.carfey.ops.api.bean.host.HostListing
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withHosts(List<String>) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withId(long) - Method in class com.carfey.ops.api.bean.host.Host
- withId(long) - Method in class com.carfey.ops.api.bean.log.Log
- withId(long) - Method in class com.carfey.ops.api.bean.notification.Notification
- withId(long) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withId(long) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withId(long) - Method in class com.carfey.ops.api.bean.notification.Template
- withId(long) - Method in class com.carfey.ops.api.bean.user.User
- withInterruptable(boolean) - Method in class com.carfey.ops.api.bean.job.Job
- withInterruptable(boolean) - Method in class com.carfey.ops.api.bean.job.JobState
- withInterruption(JobInterrupt) - Method in class com.carfey.ops.api.bean.history.JobInterruptResult
- withInterruption(JobInterrupt) - Method in class com.carfey.ops.api.bean.history.Runtime
- withInterruption(JobInterrupt) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withInterruptTime(DateTime) - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- withInUse(boolean) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- withIsAssigned(boolean) - Method in class com.carfey.ops.action.user.RoleAssignment
- withItems(List<JobChainSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
- withJob(ChainJob) - Method in class com.carfey.ops.api.bean.history.ChainSource
- withJob(ChainJob) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- withJob(Job) - Method in class com.carfey.ops.api.bean.job.JobConflictListing
- withJob(Job) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withJob(Job) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- withJob(JobState) - Method in class com.carfey.ops.api.bean.history.Runtime
- withJob(JobState) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withJobChainId(long) - Method in class com.carfey.ops.api.bean.job.JobChain
- withJobChains(List<JobChain>) - Method in class com.carfey.ops.api.bean.job.JobChainListing
- withJobClass(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withJobClass(String) - Method in class com.carfey.ops.api.bean.job.Job
- withJobClass(String) - Method in class com.carfey.ops.api.bean.job.JobState
- withJobClass(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withJobClassDescription(String) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withJobClassDescriptionUrls(List<String>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withJobClasses(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withJobClasses(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withJobExecutionSubscriptions(List<JobExecutionSubscription>) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withJobExecutionSubscriptions(List<JobExecutionSubscriptionUpdateRequest>) - Method in class com.carfey.ops.api.bean.notification.SubscriberUpdateRequest
- withJobExecutionSubscriptions(List<JobExecutionSubscriptionSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SubscriberSaveRequest
- withJobId(long) - Method in class com.carfey.ops.api.bean.history.ChainJob
- withJobId(long) - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- withJobId(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withJobId(long) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- withJobId(long) - Method in class com.carfey.ops.api.bean.job.Job
- withJobId(long) - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- withJobId(long) - Method in class com.carfey.ops.api.bean.job.JobState
- withJobId(long) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withJobId(Long) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscriptionUpdateRequest
- withJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscriptionUpdateRequest
- withJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.notification.TemplateUpdateRequest
- withJobIds(List<Long>) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- withJobNickname(String) - Method in class com.carfey.ops.api.bean.system.restore.GeneralSubscriptionSaveRequest
- withJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.JobExecutionSubscriptionSaveRequest
- withJobNicknames(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.TemplateSaveRequest
- withJobQueuerStatus(String) - Method in class com.carfey.ops.api.bean.host.Host
- withJobQueuerUpdateTimeUtc(String) - Method in class com.carfey.ops.api.bean.host.Host
- withJobResults(Map<String, Object>) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ChainSource
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.ResubmissionTarget
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.Runtime
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withJobRuntimeId(long) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- withJobRuntimeResultId(long) - Method in class com.carfey.ops.api.bean.history.JobOutput
- withJobs(List<Job>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withJobs(List<Job>) - Method in class com.carfey.ops.api.bean.notification.Template
- withJobs(List<JobState>) - Method in class com.carfey.ops.api.bean.job.JobListing
- withJobs(List<JobSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withJobScheduleId(long) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withJobSchedules(List<ScheduleSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- withJobSpawnerStatus(String) - Method in class com.carfey.ops.api.bean.host.Host
- withJobSpawnerUpdateTimeUtc(String) - Method in class com.carfey.ops.api.bean.host.Host
- withJobUsingDirectly(boolean) - Method in class com.carfey.ops.api.bean.job.JobFolder
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.host.Host
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.job.Job
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.notification.Template
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withLastUpdatedBy(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.host.Host
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.Job
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobChain
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationSubscriber
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Subscriber
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.Template
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withLastUpdatedDate(DateTime) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withLevel(LogLevel) - Method in class com.carfey.ops.api.bean.log.Log
- withLevel(LogLevel) - Method in class com.carfey.ops.api.bean.notification.AbstractSubscriptionUpdateRequest
-
See
AbstractSubscriptionUpdateRequest.getLevel()for valid values. - withLevel(LogLevel) - Method in class com.carfey.ops.api.bean.notification.GeneralSubscription
-
See
GeneralSubscription.getLevel()for valid values. - withLevels(List<LogLevel>) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withLevels(List<LogLevel>) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- withLicenceLeaseExpiryUtc(String) - Method in class com.carfey.ops.api.bean.host.Host
- withLicenceStatus(String) - Method in class com.carfey.ops.api.bean.host.Host
- withLog(Log) - Method in class com.carfey.ops.api.bean.notification.Notification
- withLogs(List<Log>) - Method in class com.carfey.ops.api.bean.log.LogListing
- withMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.Job
- withMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.JobState
- withMaxExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withMessage(String) - Method in class com.carfey.ops.api.bean.history.RuntimeError
- withMessage(String) - Method in class com.carfey.ops.api.bean.log.Log
- withMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.Job
- withMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.JobState
- withMinExecutionDuration(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withName(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withName(String) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendarUpdateRequest
- withName(String) - Method in class com.carfey.ops.api.bean.history.JobOutput
- withName(String) - Method in class com.carfey.ops.api.bean.history.Parameter
- withName(String) - Method in class com.carfey.ops.api.bean.host.Host
- withName(String) - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- withName(String) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withName(String) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withName(String) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- withName(String) - Method in class com.carfey.ops.api.bean.notification.Template
- withName(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- withNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- withNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.log.LogListing
- withNextPageStartKey(String) - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- withNickname(String) - Method in class com.carfey.ops.api.bean.history.ChainJob
- withNickname(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withNickname(String) - Method in class com.carfey.ops.api.bean.job.Job
- withNickname(String) - Method in class com.carfey.ops.api.bean.job.JobState
- withNickname(String) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withNickname(String) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withNicknames(List<String>) - Method in class com.carfey.ops.api.bean.job.JobListingParameters
- withNicknames(List<String>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreParameters
- withNonConflictJobs(List<Job>) - Method in class com.carfey.ops.api.bean.job.ConflictListing
- withNotifications(List<Notification>) - Method in class com.carfey.ops.api.bean.notification.NotificationListing
- withOperator(JobChainConditionOperator) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- withOperator(JobSubscriptionConditionOperator) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- withOrdinal(Long) - Method in class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- withOrdinalParameters(List<OrdinalConfigurationParameters>) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- withOrdinalParameters(List<OrdinalConfigurationParameters>) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withOutput(List<JobOutput>) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withParameters(List<Parameter>) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
- withParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withParameters(List<ConfigurationParameter>) - Method in class com.carfey.ops.api.bean.schedule.OrdinalConfigurationParameters
- withParameters(List<GlobalParameter>) - Method in class com.carfey.ops.api.bean.job.GlobalParameterListing
- withParameters(List<GlobalParameter>) - Method in class com.carfey.ops.api.bean.job.GlobalParameterUpdateRequest
- withParameters(List<ParameterDefinition>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withParameters(List<SystemParameter>) - Method in class com.carfey.ops.api.bean.system.SystemParameterListing
- withPassword(String) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
-
See
AbstractUserCreationRequest.getPassword()for notes on changing passwords. - withPassword(String) - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
-
See
UserUpdateRequest.getPassword()for notes on changing passwords. - withPickupBufferMinutes(int) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withPickupBufferMinutes(int) - Method in class com.carfey.ops.api.bean.job.Job
- withPickupBufferMinutes(int) - Method in class com.carfey.ops.api.bean.job.JobState
- withPickupBufferMinutes(Integer) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withPickupTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- withPickupTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withQuantity(Integer) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withQuantity(Integer) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.Job
- withRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.JobState
- withRecoveryType(JobRecoveryType) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withRemoved(boolean) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- withReplaceAll(boolean) - Method in class com.carfey.ops.api.bean.system.restore.ChainsRequest
- withRequester(String) - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- withRequestTime(DateTime) - Method in class com.carfey.ops.api.bean.history.JobInterrupt
- withRequired(boolean) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withResubmission(boolean) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withResubmission(boolean) - Method in class com.carfey.ops.api.bean.history.Runtime
- withResubmission(boolean) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withResubmission(Resubmission) - Method in class com.carfey.ops.api.bean.history.RuntimeResubmissionResult
- withResubmissionSource(ResubmissionSource) - Method in class com.carfey.ops.api.bean.history.Runtime
- withResubmissionSource(ResubmissionSource) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withResubmissionTarget(ResubmissionTarget) - Method in class com.carfey.ops.api.bean.history.Runtime
- withResultConditions(List<JobChainCondition>) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- withResultConditions(List<JobChainCondition>) - Method in class com.carfey.ops.api.bean.job.JobChain
- withResultConditions(List<JobSubscriptionCondition>) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- withResultConditions(List<JobSubscriptionCondition>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withResultException(Exception) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- withResultTime(DateTime) - Method in class com.carfey.ops.api.bean.history.AsyncJobRuntimeResultsRequest
- withRevision(long) - Method in class com.carfey.ops.api.bean.calendar.CustomCalendar
- withRevision(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withRevision(long) - Method in class com.carfey.ops.api.bean.history.Runtime
- withRevision(long) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withRevision(long) - Method in class com.carfey.ops.api.bean.job.Job
- withRevision(long) - Method in class com.carfey.ops.api.bean.job.JobState
- withRole(Role) - Method in class com.carfey.ops.action.user.RoleAssignment
- withRoles(Set<String>) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- withRoles(Set<String>) - Method in class com.carfey.ops.api.bean.user.User
- withRoles(Set<String>) - Method in class com.carfey.ops.api.bean.user.UserUpdateRequest
- withRunningHost(String) - Method in class com.carfey.ops.api.bean.history.Runtime
- withRuntime(RuntimeDetail) - Method in class com.carfey.ops.api.bean.history.RuntimeResult
- withRuntimeOrdinal(long) - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- withRuntimeOrdinal(long) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withRuntimeOrdinal(long) - Method in class com.carfey.ops.api.bean.history.Runtime
- withRuntimes(List<Runtime>) - Method in class com.carfey.ops.api.bean.history.JobDashboardListing
- withRuntimes(List<Runtime>) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- withRuntimes(List<RuntimePreview>) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- withSchedule(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- withSchedule(String) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withSchedule(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- withSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- withSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- withSchedule(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- withSchedule(String) - Method in class com.carfey.ops.api.bean.system.restore.ScheduleAliasSaveRequest
- withScheduleAliases(List<ScheduleAlias>) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasListing
- withScheduleAliases(List<ScheduleAliasSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withScheduleDescription(String) - Method in class com.carfey.ops.api.bean.job.JobChain
- withScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAlias
- withScheduleDescription(String) - Method in class com.carfey.ops.api.bean.schedule.ScheduleAliasDetail
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ChainSource
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.OneTimeDeletionResult
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.ResubmissionTarget
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.Runtime
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionRequest
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeSubmissionResult
- withScheduledTime(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withScheduleEffectiveDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withScheduleEndDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreview
- withSchedules(List<Schedule>) - Method in class com.carfey.ops.api.bean.job.JobDetail
- withSchedules(List<Schedule>) - Method in class com.carfey.ops.api.bean.job.JobScheduleListing
- withSecondaryCategory(Category) - Method in class com.carfey.ops.event.Event
- withSortDirection(SortDirection) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withSortDirection(SortDirection) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withSourceJob(Job) - Method in class com.carfey.ops.api.bean.job.JobChain
- withSourceJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- withSourceJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- withSourceJobNickname(String) - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- withStart(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListing
- withStart(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewListing
- withStartDate(DateTime) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withStartDate(DateTime) - Method in class com.carfey.ops.api.bean.job.JobScheduleListingParameters
- withStartDate(DateTime) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withStartDate(DateTime) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- withStartDate(DateTime) - Method in class com.carfey.ops.api.bean.schedule.RuntimePreviewParameters
- withStartKey(String) - Method in class com.carfey.ops.api.bean.history.JobDashboardListingParameters
- withStartKey(String) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withStartKey(String) - Method in class com.carfey.ops.api.bean.log.LogListingParameters
- withStartKey(String) - Method in class com.carfey.ops.api.bean.notification.NotificationListingParameters
- withStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.Job
- withStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.JobState
- withStartupShutdownMode(StartupShutdownMode) - Method in class com.carfey.ops.api.bean.job.JobUpdateRequest
- withState(JobStatus) - Method in class com.carfey.ops.api.bean.job.AbstractJobCreationRequest
- withState(JobStatus) - Method in class com.carfey.ops.api.bean.schedule.AbstractScheduleCreationRequest
- withStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.Resubmission
- withStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.ResubmissionSource
- withStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.ResubmissionTarget
- withStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.Runtime
- withStatus(JobRuntimeStatus) - Method in class com.carfey.ops.api.bean.history.RuntimeDetail
- withStatus(JobStatus) - Method in class com.carfey.ops.api.bean.schedule.Schedule
- withStatuses(List<JobRuntimeStatus>) - Method in class com.carfey.ops.api.bean.history.RuntimeListingParameters
- withSubjectTemplate(String) - Method in class com.carfey.ops.api.bean.notification.AbstractTemplateUpdateRequest
- withSubjectTemplate(String) - Method in class com.carfey.ops.api.bean.notification.Template
- withSubmissionMode(SubmissionMode) - Method in class com.carfey.ops.api.bean.history.Runtime
- withSubscriber(NotificationSubscriber) - Method in class com.carfey.ops.api.bean.notification.Notification
- withSubscribers(List<Subscriber>) - Method in class com.carfey.ops.api.bean.notification.SubscriberListing
- withSubscribers(List<SubscriberSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withSummary(String) - Method in class com.carfey.ops.api.bean.log.Log
- withSystemParameters(List<SystemParameter>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withTargetEntityId(Long) - Method in class com.carfey.ops.event.Event
- withTargetJob(Job) - Method in class com.carfey.ops.api.bean.job.JobChain
- withTargetJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainListingParameters
- withTargetJobId(Long) - Method in class com.carfey.ops.api.bean.job.JobChainUpdateRequest
- withTargetJobNickname(String) - Method in class com.carfey.ops.api.bean.system.restore.JobChainSaveRequest
- withTemplates(List<Template>) - Method in class com.carfey.ops.api.bean.notification.TemplateListing
- withTemplates(List<TemplateSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withTransaction(String, Callable<T>) - Method in class com.carfey.ops.api.embedded.AbstractAPIManager
-
Allows for a set of
AbstractAPIManageractions to be wrapped into a single transaction. - withTrigger(boolean) - Method in class com.carfey.ops.api.bean.history.ChainSource
- withTrigger(boolean) - Method in class com.carfey.ops.api.bean.history.ChainTarget
- withTriggerStates(Set<JobChainStatus>) - Method in class com.carfey.ops.api.bean.job.AbstractJobChainUpdateRequest
- withTriggerStates(Set<JobChainStatus>) - Method in class com.carfey.ops.api.bean.job.JobChain
- withTriggerStates(Set<SubscriptionJobStatus>) - Method in class com.carfey.ops.api.bean.notification.AbstractJobExecutionSubscriptionUpdateRequest
- withTriggerStates(Set<SubscriptionJobStatus>) - Method in class com.carfey.ops.api.bean.notification.JobExecutionSubscription
- withType(ParameterType) - Method in class com.carfey.ops.api.bean.history.Parameter
- withType(ParameterType) - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- withType(ParameterType) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withType(ParameterType) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withType(ParameterType) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withUpdate(boolean) - Method in class com.carfey.ops.api.bean.system.restore.UserSaveRequest
- withUpdateAttributes(boolean) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- withUpdateSchedule(boolean) - Method in class com.carfey.ops.api.bean.system.restore.JobSaveRequest
- withUrls(List<String>) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withUserName(String) - Method in class com.carfey.ops.api.bean.user.AbstractUserCreationRequest
- withUserName(String) - Method in class com.carfey.ops.api.bean.user.User
- withUserNames(Set<String>) - Method in class com.carfey.ops.api.bean.user.MfaUserListing
- withUserNames(Set<String>) - Method in class com.carfey.ops.api.bean.user.ResetMfaRequest
- withUsers(List<UserSaveRequest>) - Method in class com.carfey.ops.api.bean.system.restore.SystemRestoreConfiguration
- withUsers(List<User>) - Method in class com.carfey.ops.api.bean.user.UserListing
- withValidValues(List<String>) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withValue(String) - Method in class com.carfey.ops.api.bean.history.JobOutput
- withValue(String) - Method in class com.carfey.ops.api.bean.job.ConfigurationParameter
- withValue(String) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- withValue(String) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- withValue(String) - Method in class com.carfey.ops.api.bean.system.SystemParameter
- withValues(List<String>) - Method in class com.carfey.ops.api.bean.history.Parameter
- withValues(List<String>) - Method in class com.carfey.ops.api.bean.job.GlobalParameter
- withValues(List<String>) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- withValues(List<String>) - Method in class com.carfey.ops.api.bean.job.ParameterDefinition
- withValues(List<String>) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- withValueType(String) - Method in class com.carfey.ops.api.bean.history.JobOutput
- withVariableName(String) - Method in class com.carfey.ops.api.bean.job.JobChainCondition
- withVariableName(String) - Method in class com.carfey.ops.api.bean.notification.JobSubscriptionCondition
- WRITE - Static variable in class com.carfey.ops.api.enums.Role
Y
- YEAR - com.carfey.ops.api.enums.JobStatisticsDuration
All Classes All Packages