Package com.redwood.scheduler.api.model
Interface Association
-
- All Superinterfaces:
SchedulerEntity
,SchedulerEntityComp
- All Known Subinterfaces:
CommonImportRule
,EntityDefinitionConstraint
,ImportMatchRule
,ImportOverrideRule
,JobChainCallJobLock
,JobDatum
,JobDefinitionConstraint
,JobDefinitionJobLock
,JobGroupParameter
,JobJobLock
,JobParameter
,MonitorEvent
,ObjectIndexColumn
,ProcessServerJobDefinitionType
,ProcessServerResource
,ProcessServerService
,QueryConditionValue
,QueueProvider
,SAPApplicationServerProvider
,SubjectIsolationGroup
,TableDefinitionConstraint
,Translation
public interface Association extends SchedulerEntity
An association describes the relationship between two types of object. An association is either a pure association between two object types (type = "association"), an "aggregate" or "composition".
-
-
Field Summary
Fields Modifier and Type Field Description static com.redwood.scheduler.infrastructure.logging.Versions
VERSION_ASSOCIATION
-
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
ACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM, VERSION_SCHEDULERENTITY
-
Fields inherited from interface com.redwood.scheduler.api.model.compatibility_14.SchedulerEntityComp
VERSION_SCHEDULERENTITYCOMP
-
-
Method Summary
-
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
canPerform, createSubjectObjectPrivilegeGrant, deleteObject, getAuditTrail, getAuditTrailSize, getBehavior, getEffectiveBehavior, getErrorNameEN, getErrorNameKey, getLLPVersion, getLOV, getLOVSupport, getObjectType, getParentSchedulerEntities, getRuntime, getSubjectObjectPrivilegeGrantBySubject, getSubjectObjectPrivilegeGrants, getUniqueId, getUrl, getUrl, isCreated, isDeletable, isDeleted, isModifiable, isModified, isSelectVersioned, processRelatedObjects, processRelatedObjects, processRelatedObjects, refreshObject, resetObject, resetObject, resetValuesToDefault, selectForRead
-
-