Class MEReferenceContainerAbleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.MEReferenceContainerAbleHelper
-
public abstract class MEReferenceContainerAbleHelper extends java.lang.Object
This is a utility class for MEReferenceContainerAble that provides static methods for creation or other purposes.- See Also:
MEReferenceContainerAble
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
subtractReferences(SrvContext srvCtx, java.util.List<ARG_RefContainerElementList> seq)
Subtracts the references to the specified list of referenceable elements from the list of reference containers.
-
-
-
Method Detail
-
subtractReferences
public static void subtractReferences(SrvContext srvCtx, java.util.List<ARG_RefContainerElementList> seq) throws InoNetException, SrvErrorException
Subtracts the references to the specified list of referenceable elements from the list of reference containers.- Parameters:
srvCtx
- The context of the related innovator server.seq
- list of reference container and referenced elements- Throws:
InoNetException
SrvErrorException
-
-