Uses of Class
org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo
Packages that use PeopleFlowBo
-
Uses of PeopleFlowBo in org.kuali.rice.kew.impl.peopleflow
Methods in org.kuali.rice.kew.impl.peopleflow that return PeopleFlowBoModifier and TypeMethodDescriptionstatic PeopleFlowBoPeopleFlowBo.from(PeopleFlowDefinition peopleFlow, KewTypeDefinition kewTypeDefinition) static PeopleFlowBoPeopleFlowBo.fromAndUpdate(PeopleFlowDefinition peopleFlow, KewTypeDefinition kewTypeDefinition, PeopleFlowBo toUpdate) Translates from the given PeopleFlowDefinition to a PeopleFlowBo, optionally updating the given "toUpdate" parameter instead of creating a new PeopleFlowBo.PeopleFlowAttributeBo.getPeopleFlow()PeopleFlowMemberBo.getPeopleFlow()Methods in org.kuali.rice.kew.impl.peopleflow with parameters of type PeopleFlowBoModifier and TypeMethodDescriptionprotected booleanPeopleFlowBusRule.checkIfDuplicatePeopleFlow(PeopleFlowBo peopleFlowBo) static PeopleFlowAttributeBoPeopleFlowAttributeBo.from(KewAttributeDefinition attributeDefinition, String id, PeopleFlowBo peopleFlow, String value) static PeopleFlowMemberBoPeopleFlowMemberBo.from(PeopleFlowMember member, PeopleFlowBo peopleFlow) static PeopleFlowBoPeopleFlowBo.fromAndUpdate(PeopleFlowDefinition peopleFlow, KewTypeDefinition kewTypeDefinition, PeopleFlowBo toUpdate) Translates from the given PeopleFlowDefinition to a PeopleFlowBo, optionally updating the given "toUpdate" parameter instead of creating a new PeopleFlowBo.static PeopleFlowDefinitionPeopleFlowBo.maintenanceCopy(PeopleFlowBo peopleFlowBo) voidPeopleFlowAttributeBo.setPeopleFlow(PeopleFlowBo peopleFlow) voidPeopleFlowMemberBo.setPeopleFlow(PeopleFlowBo peopleFlow) static PeopleFlowDefinitionPeopleFlowBo.to(PeopleFlowBo peopleFlowBo)