Package com.redwood.scheduler.api.model
Interface ChangeOwner
- 
- All Known Subinterfaces:
- JobDefinition,- JobGroup
 
 public interface ChangeOwnerObjects that implement this interface have an owner associated with them. For personalized objects the owner can't be changed, but for scheduling objects it is allowed. The user must have the global ChangeOwner privilege. An object that allows to change the owner must provide the original creator in the CreatedBy field.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCREATED_BY_SUBJECT_FIELDThe high-level field name for the CreatedBy field
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectgetCreatedBySubject()voidsetOwner(Subject newOwner)Set the new owner.
 
- 
- 
- 
Field Detail- 
CREATED_BY_SUBJECT_FIELDstatic final String CREATED_BY_SUBJECT_FIELD The high-level field name for the CreatedBy field- See Also:
- Constant Field Values
 
 
- 
 
-