Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_ViewBulkIn

Packages that use ARG_ViewBulkIn
de.mid.innovator.srv2api.icw2elem   
 

Uses of ARG_ViewBulkIn in de.mid.innovator.srv2api.icw2elem
 

Fields in de.mid.innovator.srv2api.icw2elem with type parameters of type ARG_ViewBulkIn
 List<ARG_ViewBulkIn> ARG_ViewBulkSequenceIn.seqViewBulk
          Sequence of ViewBulk specifications
 

Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ARG_ViewBulkIn
static List<ARG_ViewBulkResult> ELElementHelper.getViewBulkSequence(SrvContext srvCtx, List<ARG_ViewBulkIn> seqViewBulk)
          Returns the result of the application of set of views to a collection of instances.
 

Constructor parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ARG_ViewBulkIn
ARG_ViewBulkSequenceIn(List<ARG_ViewBulkIn> seqViewBulk)