Uses of Interface
org.kuali.rice.krms.api.repository.proposition.PropositionParameterContract

Packages that use PropositionParameterContract
org.kuali.rice.krms.api.repository.proposition Copyright 2005-2011 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 PropositionParameterContract in org.kuali.rice.krms.api.repository.proposition
 

Classes in org.kuali.rice.krms.api.repository.proposition that implement PropositionParameterContract
 class PropositionParameter
          Concrete model object implementation of KRMS Proposition Parameter immutable.
static class PropositionParameter.Builder
          This builder is used to construct instances of PropositionParameter.
 

Methods in org.kuali.rice.krms.api.repository.proposition that return types with arguments of type PropositionParameterContract
 List<? extends PropositionParameterContract> PropositionDefinitionContract.getParameters()
          This is the parameter list of the proposition.
 

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



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