Package com.redwood.scheduler.api.model
Interface Readable
-
- All Superinterfaces:
com.redwood.scheduler.api.model.SchedulerEntity
,com.redwood.scheduler.api.model.compatibility_14.SchedulerEntityComp
- All Known Subinterfaces:
com.redwood.scheduler.api.model.JobFile
,WritableJobFile
public interface Readable extends com.redwood.scheduler.api.model.SchedulerEntity
Marker interface that indicates an object that can be read using the ModelEvent API.
-
-
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
-
-