| Package | Description |
|---|---|
| org.kuali.rice.kew.impl.peopleflow |
| Modifier and Type | Method and Description |
|---|---|
static PeopleFlowBo |
PeopleFlowBo.from(PeopleFlowDefinition peopleFlow,
KewTypeDefinition kewTypeDefinition) |
static PeopleFlowBo |
PeopleFlowBo.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.
|
PeopleFlowBo |
PeopleFlowMemberBo.getPeopleFlow() |
PeopleFlowBo |
PeopleFlowAttributeBo.getPeopleFlow() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PeopleFlowBusRule.checkIfDuplicatePeopleFlow(PeopleFlowBo peopleFlowBo) |
static PeopleFlowAttributeBo |
PeopleFlowAttributeBo.from(KewAttributeDefinition attributeDefinition,
String id,
PeopleFlowBo peopleFlow,
String value) |
static PeopleFlowMemberBo |
PeopleFlowMemberBo.from(PeopleFlowMember member,
PeopleFlowBo peopleFlow) |
static PeopleFlowBo |
PeopleFlowBo.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 PeopleFlowDefinition |
PeopleFlowBo.maintenanceCopy(PeopleFlowBo peopleFlowBo) |
void |
PeopleFlowMemberBo.setPeopleFlow(PeopleFlowBo peopleFlow) |
void |
PeopleFlowAttributeBo.setPeopleFlow(PeopleFlowBo peopleFlow) |
static PeopleFlowDefinition |
PeopleFlowBo.to(PeopleFlowBo peopleFlowBo) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.