Class MMFormatAbleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMFormatAbleHelper
-
public abstract class MMFormatAbleHelper extends java.lang.ObjectThis is a utility class for MMFormatAble that provides static methods for creation or other purposes.- See Also:
MMFormatAble
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeleteFormat(SrvContext srvCtx, MMProfile ohProfile, java.util.List<? extends MMFormatAble> seqAble)Deletes the specified formats.
-
-
-
Method Detail
-
deleteFormat
public static void deleteFormat(SrvContext srvCtx, MMProfile ohProfile, java.util.List<? extends MMFormatAble> seqAble) throws InoNetException, SrvErrorException
Deletes the specified formats.- Parameters:
srvCtx- The context of the related innovator server.ohProfile- profile of the format - optional elementseqAble- list of format able elements- Throws:
InoNetExceptionSrvErrorException
-
-