|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionDefinition | |
---|---|
org.kuali.rice.krms.api.repository.action | Copyright 2005-2012 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.rule | Copyright 2005-2012 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.framework.type | Copyright 2005-2012 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.peopleflow | |
org.kuali.rice.krms.impl.provider.repository | |
org.kuali.rice.krms.impl.repository | |
org.kuali.rice.krms.impl.type | |
org.kuali.rice.krms.impl.validation |
Uses of ActionDefinition in org.kuali.rice.krms.api.repository.action |
---|
Methods in org.kuali.rice.krms.api.repository.action that return ActionDefinition | |
---|---|
ActionDefinition |
ActionDefinition.Builder.build()
Builds an instance of a Action based on the current state of the builder. |
Uses of ActionDefinition in org.kuali.rice.krms.api.repository.rule |
---|
Methods in org.kuali.rice.krms.api.repository.rule that return types with arguments of type ActionDefinition | |
---|---|
List<ActionDefinition> |
RuleDefinition.getActions()
|
Uses of ActionDefinition in org.kuali.rice.krms.framework.type |
---|
Methods in org.kuali.rice.krms.framework.type that return ActionDefinition | |
---|---|
ActionDefinition |
ValidationActionService.createValidation(ActionDefinition validation)
Create a Validation Action |
ActionDefinition |
ValidationActionService.getValidation(String validationId)
Return the ActionDefinition given the validationId |
ActionDefinition |
ValidationActionService.getValidationByName(String namespaceCode,
String name)
Return the ActionDefinition given the namespaceCode and name |
ActionDefinition |
ValidationActionService.updateValidation(ActionDefinition validation)
Update a Validation Action |
Methods in org.kuali.rice.krms.framework.type with parameters of type ActionDefinition | |
---|---|
ActionDefinition |
ValidationActionService.createValidation(ActionDefinition validation)
Create a Validation Action |
Action |
ValidationActionTypeService.loadAction(ActionDefinition actionDefinition)
|
Action |
ActionTypeService.loadAction(ActionDefinition actionDefinition)
Load the Action given the ActionDefinition |
ActionDefinition |
ValidationActionService.updateValidation(ActionDefinition validation)
Update a Validation Action |
Uses of ActionDefinition in org.kuali.rice.krms.impl.peopleflow |
---|
Methods in org.kuali.rice.krms.impl.peopleflow with parameters of type ActionDefinition | |
---|---|
Action |
PeopleFlowActionTypeService.loadAction(ActionDefinition actionDefinition)
|
Uses of ActionDefinition in org.kuali.rice.krms.impl.provider.repository |
---|
Methods in org.kuali.rice.krms.impl.provider.repository with parameters of type ActionDefinition | |
---|---|
Action |
RepositoryToEngineTranslatorImpl.translateActionDefinition(ActionDefinition actionDefinition)
|
Action |
RepositoryToEngineTranslator.translateActionDefinition(ActionDefinition actionDefinition)
|
Method parameters in org.kuali.rice.krms.impl.provider.repository with type arguments of type ActionDefinition | |
---|---|
List<Action> |
RepositoryToEngineTranslatorImpl.translateActionDefinitions(List<ActionDefinition> actionDefinitions)
|
List<Action> |
RepositoryToEngineTranslator.translateActionDefinitions(List<ActionDefinition> actions)
|
Uses of ActionDefinition in org.kuali.rice.krms.impl.repository |
---|
Methods in org.kuali.rice.krms.impl.repository that return ActionDefinition | |
---|---|
ActionDefinition |
ActionBoServiceImpl.createAction(ActionDefinition action)
This overridden method creates a KRMS Action in the repository. |
ActionDefinition |
ActionBoService.createAction(ActionDefinition action)
This will create a ActionDefinition exactly like the parameter passed in. |
ActionDefinition |
ActionBoServiceImpl.getActionByActionId(String actionId)
This overridden method retrieves an Action from the repository. |
ActionDefinition |
ActionBoService.getActionByActionId(String actionId)
Retrieves an Action from the repository based on the given action id. |
ActionDefinition |
ActionBoServiceImpl.getActionByNameAndNamespace(String name,
String namespace)
This overridden method retrieves an Action from the repository. |
ActionDefinition |
ActionBoService.getActionByNameAndNamespace(String name,
String namespace)
Retrieves an Action from the repository based on the provided action name and namespace. |
ActionDefinition |
ActionBoServiceImpl.getActionByRuleIdAndSequenceNumber(String ruleId,
Integer sequenceNumber)
This overridden method retrieves a specific Action associated with a Rule. |
ActionDefinition |
ActionBoService.getActionByRuleIdAndSequenceNumber(String ruleId,
Integer sequenceNumber)
Retrieves an specific Action associated with a Rule. |
Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type ActionDefinition | |
---|---|
List<ActionDefinition> |
ActionBoServiceImpl.getActionsByRuleId(String ruleId)
This overridden method retrieves a List of Actions associated with a Rule. |
List<ActionDefinition> |
ActionBoService.getActionsByRuleId(String ruleId)
Retrieves an ordered List of Actions associated with a RuleDefinition . |
Methods in org.kuali.rice.krms.impl.repository with parameters of type ActionDefinition | |
---|---|
ActionDefinition |
ActionBoServiceImpl.createAction(ActionDefinition action)
This overridden method creates a KRMS Action in the repository. |
ActionDefinition |
ActionBoService.createAction(ActionDefinition action)
This will create a ActionDefinition exactly like the parameter passed in. |
void |
ActionBoServiceImpl.updateAction(ActionDefinition action)
This overridden method updates an existing Action in the repository. |
void |
ActionBoService.updateAction(ActionDefinition action)
This will update an existing ActionDefinition . |
Uses of ActionDefinition in org.kuali.rice.krms.impl.type |
---|
Methods in org.kuali.rice.krms.impl.type with parameters of type ActionDefinition | |
---|---|
ActionTypeService |
KrmsTypeResolver.getActionTypeService(ActionDefinition actionDefinition)
|
ActionTypeService |
KrmsTypeResolverImpl.getActionTypeService(ActionDefinition actionDefinition)
|
Action |
ActionTypeServiceBase.loadAction(ActionDefinition actionDefinition)
|
Uses of ActionDefinition in org.kuali.rice.krms.impl.validation |
---|
Methods in org.kuali.rice.krms.impl.validation with parameters of type ActionDefinition | |
---|---|
Action |
ValidationActionTypeServiceImpl.loadAction(ActionDefinition validationActionDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |