Class ActionContext
java.lang.Object
net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext<CompiledObject,N2oObject>
net.n2oapp.framework.config.metadata.compile.context.ObjectContext
net.n2oapp.framework.config.metadata.compile.context.ActionContext
- All Implemented Interfaces:
Serializable,CompileContext<CompiledObject,N2oObject>
Контекст сборки объекта под конкретную операцию
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActionContext(String objectId, String operationId, String route) Создать контекст -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetRedirect(RedirectSaga redirect) voidsetRefresh(RefreshSaga refresh) Methods inherited from class net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
equals, getCompiledClass, getCompiledId, getParams, getPathRouteMapping, getQueryRouteMapping, getResultData, getRoute, getSourceClass, getSourceId, getUrlPattern, hashCode, setPathRouteMapping, setQueryRouteMapping, toString
-
Constructor Details
-
ActionContext
Создать контекст- Parameters:
objectId- Идентификатор объектаoperationId- Идентификатор операции
-
-
Method Details
-
setRedirect
-
setRefresh
-
isIdentical
- Specified by:
isIdenticalin interfaceCompileContext<CompiledObject,N2oObject> - Overrides:
isIdenticalin classBaseCompileContext<CompiledObject,N2oObject>
-