| Package | Description |
|---|---|
| org.kuali.rice.kew.api.repository.type |
Copyright 2005-2018 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 |
|---|---|
KewTypeDefinition |
KewTypeDefinition.Builder.build()
Builds an instance of a KewType based on the current state of the builder.
|
KewTypeDefinition |
KewTypeRepositoryService.createKewType(KewTypeDefinition kewType)
This will create a
KewTypeDefinition exactly like the parameter passed in. |
KewTypeDefinition |
KewTypeRepositoryService.getTypeById(String id)
Lookup a kew type based on the given id.
|
KewTypeDefinition |
KewTypeRepositoryService.getTypeByNameAndNamespace(String name,
String namespace)
Get a kew type object based on name and namespace
|
| Modifier and Type | Method and Description |
|---|---|
List<KewTypeDefinition> |
KewTypeRepositoryService.findAllTypes()
Returns all KEW types
|
List<KewTypeDefinition> |
KewTypeRepositoryService.findAllTypesByNamespace(String namespace)
Returns all KEW types that for a given namespace.
|
| Modifier and Type | Method and Description |
|---|---|
KewTypeDefinition |
KewTypeRepositoryService.createKewType(KewTypeDefinition kewType)
This will create a
KewTypeDefinition exactly like the parameter passed in. |
void |
KewTypeRepositoryService.updateKewType(KewTypeDefinition kewType)
This will update an existing
KewTypeDefinition |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.