public interface TaskReassignment extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns date that the reassignment is schedule to happen
|
Long |
getId()
Returns unique id of the task reassignment
|
String |
getName()
Returns optional name of the reassignment
|
List<org.kie.api.task.model.OrganizationalEntity> |
getPotentialOwners()
Returns list of potential owners to be set after reassignment
|
boolean |
isActive()
Returns if given reassignment is active
|
Long getId()
String getName()
Date getDate()
List<org.kie.api.task.model.OrganizationalEntity> getPotentialOwners()
boolean isActive()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.