Пример #1
0
 /** Proxy to {@link OdeRTInstanceContext#createScopeInstance(Long, String, int)}. */
 public Long createScopeInstance(Long scopeInstanceId, OScope scopedef) {
   return _brc.createScopeInstance(scopeInstanceId, scopedef.name, scopedef.getId());
 }
Пример #2
0
 public Long createScopeInstance(Long parentScopeId, String name, int modelId) {
   return _brc.createScopeInstance(parentScopeId, name, modelId);
 }