Uses of Interface
org.kuali.rice.krms.api.repository.agenda.AgendaItemDefinitionContract

Packages that use AgendaItemDefinitionContract
org.kuali.rice.krms.api.repository.agenda Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of AgendaItemDefinitionContract in org.kuali.rice.krms.api.repository.agenda
 

Classes in org.kuali.rice.krms.api.repository.agenda that implement AgendaItemDefinitionContract
 class AgendaItemDefinition
          Concrete model object implementation of KRMS Repository AgendaItemDefinition immutable.
static class AgendaItemDefinition.Builder
          This builder is used to construct instances of KRMS Repository AgendaItemDefinition.
 

Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaItemDefinitionContract
 AgendaItemDefinitionContract AgendaItemDefinitionContract.getAlways()
          This is ID of the next AgendaItemDefinition to be executed after following any defined true or false actions.
 AgendaItemDefinitionContract AgendaItemDefinitionContract.getWhenFalse()
          This method returns the next AgendaItemDefinition to be executed if the Rule associated with this AgendaItemDefinition evaluates to false.
 AgendaItemDefinitionContract AgendaItemDefinitionContract.getWhenTrue()
          This method returns the next AgendaItemDefinition to be executed if the Rule associated with this AgendaItemDefinition evaluates to true.
 

Methods in org.kuali.rice.krms.api.repository.agenda with parameters of type AgendaItemDefinitionContract
static AgendaItemDefinition.Builder AgendaItemDefinition.Builder.create(AgendaItemDefinitionContract contract)
          Creates a builder by populating it with data from the given AgendaItemDefinitionContract.
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.