public interface DispositionAllocatable
Modifier and Type | Method and Description |
---|---|
void |
assignDispositionSchedule(DispositionSchedule schedule,
SchedulePropagation propagationMode)
Assigns the specified
DispositionSchedule
to this entity. |
void |
clearDispositionAssignment(SchedulePropagation propagationMode)
Remove any existing
DispositionSchedule assignment from this entity. |
DispositionSchedule |
getAssignedSchedule()
Retrieves the current
DispositionSchedule assigned to this entity. |
void assignDispositionSchedule(DispositionSchedule schedule, SchedulePropagation propagationMode)
DispositionSchedule
to this entity.schedule
- the DispositionSchedule
to assign. Cannot be null
.propagationMode
- a SchedulePropagation
enum value that controls how propagation of the
given schedule to sub-entities occurs.void clearDispositionAssignment(SchedulePropagation propagationMode)
DispositionSchedule
assignment from this entity.propagationMode
- a SchedulePropagation
enum value that controls how any propagation of the
schedule removal to sub-entities occurs.DispositionSchedule getAssignedSchedule()
DispositionSchedule
assigned to this entity.DispositionSchedule
instance. This entry can be null
.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.