Class ELPictureAbleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ELPictureAbleHelper
-
public abstract class ELPictureAbleHelper extends java.lang.Object
A PictureAble instance may contain a picture.- See Also:
ELPictureAble
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ARG_PictureIdRawData>
getPictureList(SrvContext srvCtx, java.util.List<java.lang.Integer> seq)
Returns a list of picture structures.
-
-
-
Method Detail
-
getPictureList
public static java.util.List<ARG_PictureIdRawData> getPictureList(SrvContext srvCtx, java.util.List<java.lang.Integer> seq) throws InoNetException, SrvErrorException
Returns a list of picture structures. Each structure entry contains the client id and the raw data of the picture. The required pictures may be specified by a list of client ids. If the id list is empty the result contains all pictures of the actual model.- Parameters:
srvCtx
- The context of the related innovator server.seq
-- Throws:
InoNetException
SrvErrorException
-
-