Class PRBDiaHelper
java.lang.Object
de.mid.innovator.srv2api.icw2pres.PRBDiaHelper
This is a utility class for PRBDia that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidlock(SrvContext srvCtx, List<? extends PRBDia> sel) Locks the corresponding behavior of the current object.static voidunlock(SrvContext srvCtx, List<? extends PRBDia> sel) Unlocks the correponding behavior of the current object.
-
Method Details
-
lock
public static void lock(SrvContext srvCtx, List<? extends PRBDia> sel) throws InoNetException, SrvErrorException Locks the corresponding behavior of the current object.- Parameters:
srvCtx- The context of the related innovator server.sel- all objects that will be modified.- Throws:
InoNetExceptionSrvErrorException
-
unlock
public static void unlock(SrvContext srvCtx, List<? extends PRBDia> sel) throws InoNetException, SrvErrorException Unlocks the correponding behavior of the current object.- Parameters:
srvCtx- The context of the related innovator server.sel- all objects that will be modified.- Throws:
InoNetExceptionSrvErrorException
-