Interface AgendaTreeEntry
- All Known Implementing Classes:
BasicAgendaTreeEntry
public interface AgendaTreeEntry
Interface for defining the execute method with a
ExecutionEnvironment for an AgendaTreeEnty.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) Execute with the givenExecutionEnvironment
-
Method Details
-
execute
void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) Execute with the givenExecutionEnvironment- Parameters:
environment-ExecutionEnvironmentto execute with
-