Class IMClassifierHelper

java.lang.Object
de.mid.innovator.srv2api.icw2im.IMClassifierHelper

public abstract class IMClassifierHelper extends Object
Classifier within an Information Management Model.
See Also:
  • Method Details

    • createByStructString

      public static IMClassifier createByStructString(SrvContext srvCtx, ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) throws InoNetException, SrvErrorException
      This command creates a classifier by interpreting the string according to the STRUCT syntax used by many ORDBMS databases.
      Parameters:
      srvCtx - The context of the related innovator server.
      itemOwner - Owner element (Package or Property), otherwise take the typed property
      itemTypedProperty - Typed property, otherwise take the owner property
      kVocl - Class of new element (EREntiy|DBTable), otherwise determined from the previous components
      strStruct - String describing the property structure of the classifier
      Throws:
      InoNetException
      SrvErrorException