de.mid.innovator.srv2api.icw2model
Class MEReferenceContainerAbleHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2model.MEReferenceContainerAbleHelper

public abstract class MEReferenceContainerAbleHelper
extends Object

This is a utility class for MEReferenceContainerAble that provides static methods for creation or other purposes.

See Also:
MEReferenceContainerAble

Method Summary
static void subtractReferences(SrvContext srvCtx, List<ARG_RefContainerElementList> seq)
          Subtracts the references to the specified list of referenceable elements from the list of reference containers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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:
InoNetException
SrvErrorException