| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.type |
Copyright 2005-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
KrmsTypeDefinition |
KrmsTypeDefinition.Builder.build()
Builds an instance of a KrmsTypeDefinition based on the current state of the builder.
|
KrmsTypeDefinition |
KrmsTypeRepositoryService.createKrmsType(KrmsTypeDefinition krmsType)
This will create a
KrmsTypeDefinition exactly like the parameter passed in. |
KrmsTypeDefinition |
KrmsTypeRepositoryService.getActionTypeByActionTypeIdAndContextId(String actionTypeId,
String contextId)
Return the action type by actionItemId for the given contextId.
|
KrmsTypeDefinition |
KrmsTypeRepositoryService.getAgendaTypeByAgendaTypeIdAndContextId(String agendaTypeId,
String contextId)
Return the agenda type by agendaItemId for the given contextId.
|
KrmsTypeDefinition |
KrmsTypeRepositoryService.getRuleTypeByRuleTypeIdAndContextId(String ruleTypeId,
String contextId)
Return the rule type by ruleItemId for the given contextId.
|
KrmsTypeDefinition |
KrmsTypeRepositoryService.getTypeById(String id)
Lookup a krms type based on the given id.
|
KrmsTypeDefinition |
KrmsTypeRepositoryService.getTypeByName(String namespaceCode,
String name)
Get a krms type object based on name and namespace
|
KrmsTypeDefinition |
KrmsTypeRepositoryService.updateKrmsType(KrmsTypeDefinition krmsType)
This will update an existing
KrmsTypeDefinition |
| Modifier and Type | Method and Description |
|---|---|
List<KrmsTypeDefinition> |
KrmsTypeRepositoryService.findAllActionTypesByContextId(String contextId)
Returns all action types for the given contextId.
|
List<KrmsTypeDefinition> |
KrmsTypeRepositoryService.findAllAgendaTypesByContextId(String contextId)
Returns all agenda types for the given contextId.
|
List<KrmsTypeDefinition> |
KrmsTypeRepositoryService.findAllRuleTypesByContextId(String contextId)
Returns all rule types for the given contextId.
|
List<KrmsTypeDefinition> |
KrmsTypeRepositoryService.findAllTypes()
Returns all KRMS types
|
List<KrmsTypeDefinition> |
KrmsTypeRepositoryService.findAllTypesByNamespace(String namespaceCode)
Returns all KRMS types that for a given namespace.
|
| Modifier and Type | Method and Description |
|---|---|
KrmsTypeDefinition |
KrmsTypeRepositoryService.createKrmsType(KrmsTypeDefinition krmsType)
This will create a
KrmsTypeDefinition exactly like the parameter passed in. |
KrmsTypeDefinition |
KrmsTypeRepositoryService.updateKrmsType(KrmsTypeDefinition krmsType)
This will update an existing
KrmsTypeDefinition |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.