Class MMFormatAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMFormatAbleHelper
This is a utility class for MMFormatAble that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteFormat(SrvContext srvCtx, MMProfile ohProfile, List<? extends MMFormatAble> seqAble) Deletes the specified formats.
-
Method Details
-
deleteFormat
public static void deleteFormat(SrvContext srvCtx, MMProfile ohProfile, 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
-