Uses of Class
ru.cg.webbpm.modules.webkit.beans.ObjectContext
Packages that use ObjectContext
-
Uses of ObjectContext in ru.cg.webbpm.modules.webkit.beans
Fields in ru.cg.webbpm.modules.webkit.beans declared as ObjectContextMethods in ru.cg.webbpm.modules.webkit.beans that return ObjectContextModifier and TypeMethodDescriptionPageContext.findObjectContext
(String objectId) protected ObjectContext
ObjectContext.findObjectContextInChildren
(String objectId) ObjectContext.getParent()
Behavior.getParentContext()
ObjectContext.getParentContext()
PageContext.getParentContext
(String objectId) Methods in ru.cg.webbpm.modules.webkit.beans that return types with arguments of type ObjectContextMethods in ru.cg.webbpm.modules.webkit.beans with parameters of type ObjectContextModifier and TypeMethodDescriptionvoid
ObjectContext.initContext
(ObjectContext[] children, Object[] scripts) protected void
PageContext.initContext
(ObjectContext[] rootObjects) void
Behavior.setObjectContext
(ObjectContext objectContext) Constructors in ru.cg.webbpm.modules.webkit.beans with parameters of type ObjectContextModifierConstructorDescriptionObjectContext
(PageContext pageContext, String id, String name, ObjectContext parent) -
Uses of ObjectContext in ru.cg.webbpm.modules.webkit.rpc.impl
Methods in ru.cg.webbpm.modules.webkit.rpc.impl with parameters of type ObjectContextModifier and TypeMethodDescriptionprotected Object
RpcCallServiceImpl.findRpcService
(RpcRequest request, ObjectContext objectContext)