Uses of Class
org.jbpm.process.instance.impl.humantask.DeadlineInfo
Packages that use DeadlineInfo
Package
Description
-
Uses of DeadlineInfo in org.jbpm.process.core
Methods in org.jbpm.process.core that return types with arguments of type DeadlineInfoModifier and TypeMethodDescriptionWork.getNotCompletedDeadlines()Retrieve information about non completed deadlines.Work.getNotCompletedReassigments()Work.getNotStartedDeadlines()Retrieve information about non started deadlines.Work.getNotStartedReassignments() -
Uses of DeadlineInfo in org.jbpm.process.core.impl
Methods in org.jbpm.process.core.impl that return types with arguments of type DeadlineInfoModifier and TypeMethodDescriptionWorkImpl.getNotCompletedDeadlines()WorkImpl.getNotCompletedReassigments()WorkImpl.getNotStartedDeadlines()WorkImpl.getNotStartedReassignments() -
Uses of DeadlineInfo in org.jbpm.process.instance.impl.humantask
Methods in org.jbpm.process.instance.impl.humantask that return types with arguments of type DeadlineInfoModifier and TypeMethodDescriptionstatic Collection<DeadlineInfo<Map<String,Object>>> DeadlineHelper.parseDeadlines(Object text) static Collection<DeadlineInfo<Reassignment>>DeadlineHelper.parseReassignments(Object text)