Class MEReferenceContainerAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2model.MEReferenceContainerAbleHelper
This is a utility class for MEReferenceContainerAble that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsubtractReferences(SrvContext srvCtx, List<ARG_RefContainerElementList> seq) Subtracts the references to the specified list of referenceable elements from the list of reference containers.
-
Method Details
-
subtractReferences
public static void subtractReferences(SrvContext srvCtx, 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:
InoNetExceptionSrvErrorException
-