Package | Description |
---|---|
edu.sampleu.krms.impl | |
org.kuali.rice.krms.api.repository.function |
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.
|
org.kuali.rice.krms.api.repository.operator | |
org.kuali.rice.krms.framework.type |
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.
|
org.kuali.rice.krms.impl.repository | |
org.kuali.rice.krms.impl.repository.mock | |
org.kuali.rice.krms.impl.type |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
ContainsOperator.getOperatorFunctionDefinition()
Returns the FunctionDefinition for the custom function the executable portion of this CustomOperator will
call.
|
Modifier and Type | Method and Description |
---|---|
Function |
ContainsOperator.loadFunction(FunctionDefinition functionDefinition)
Loads the Function object that the KRMS engine can execute during rule evaluation
|
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionDefinition.Builder.build() |
FunctionDefinition |
FunctionRepositoryService.getFunction(String functionId)
Retrieves the function for the given functionId.
|
Modifier and Type | Method and Description |
---|---|
List<FunctionDefinition> |
FunctionRepositoryService.getFunctions(List<String> functionIds)
Retrieves all of the functions for the given list of functionIds.
|
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
CustomOperator.getOperatorFunctionDefinition()
gets the
FunctionDefinition for the function that will be
evaluated at rule execution time. |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionTypeService.loadFunction(FunctionDefinition functionDefinition)
Create a from the given
FunctionDefinition . |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionBoServiceImpl.createFunction(FunctionDefinition function)
This method will create a
FunctionDefinition as described
by the function passed in. |
FunctionDefinition |
FunctionBoService.createFunction(FunctionDefinition function)
This will create a
FunctionDefinition exactly like the function passed in. |
FunctionDefinition |
FunctionBoServiceImpl.getFunction(String functionId) |
FunctionDefinition |
FunctionBoServiceImpl.getFunctionById(String functionId)
This overridden method retrieves a function by the given function id.
|
FunctionDefinition |
FunctionBoService.getFunctionById(String functionId)
Retrieves a Function from the repository based on the given function id.
|
FunctionDefinition |
FunctionBoServiceImpl.getFunctionByNameAndNamespace(String name,
String namespace)
This overridden method retrieves a function by the given name and namespace.
|
FunctionDefinition |
FunctionBoService.getFunctionByNameAndNamespace(String name,
String namespace)
Retrieves a Function from the repository based on the provided function name
and namespace.
|
static FunctionDefinition |
FunctionBo.to(FunctionBo bo)
Converts a mutable bo to it's immutable counterpart
|
FunctionDefinition |
FunctionBoServiceImpl.updateFunction(FunctionDefinition function)
This overridden method updates an existing Function in the repository
|
FunctionDefinition |
FunctionBoService.updateFunction(FunctionDefinition function)
This will update an existing
FunctionDefinition . |
Modifier and Type | Method and Description |
---|---|
List<FunctionDefinition> |
FunctionBoServiceImpl.getFunctions(List<String> functionIds) |
List<FunctionDefinition> |
FunctionBoServiceImpl.getFunctionsByNamespace(String namespace)
Gets all of the
FunctionDefinition s within the given namespace |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionBoServiceImpl.createFunction(FunctionDefinition function)
This method will create a
FunctionDefinition as described
by the function passed in. |
FunctionDefinition |
FunctionBoService.createFunction(FunctionDefinition function)
This will create a
FunctionDefinition exactly like the function passed in. |
static FunctionBo |
FunctionBo.from(FunctionDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
FunctionDefinition |
FunctionBoServiceImpl.updateFunction(FunctionDefinition function)
This overridden method updates an existing Function in the repository
|
FunctionDefinition |
FunctionBoService.updateFunction(FunctionDefinition function)
This will update an existing
FunctionDefinition . |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionRepositoryServiceMockImpl.getFunction(String functionId) |
Modifier and Type | Method and Description |
---|---|
Map<String,FunctionDefinition> |
FunctionRepositoryServiceMockImpl.getFunctionDefinitionMap() |
List<FunctionDefinition> |
FunctionRepositoryServiceMockImpl.getFunctions(List<String> functionIds) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionRepositoryServiceMockImpl.setFunctionDefinitionMap(Map<String,FunctionDefinition> functionDefinitionMap) |
Modifier and Type | Method and Description |
---|---|
FunctionTypeService |
KrmsTypeResolverImpl.getFunctionTypeService(FunctionDefinition functionDefinition) |
FunctionTypeService |
KrmsTypeResolver.getFunctionTypeService(FunctionDefinition functionDefinition) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.