Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMText
-
Packages that use MMText Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MMText in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type MMText Modifier and Type Method Description java.lang.StringBPInputOutputSpecifyAble. getFlowExpandedShortValue(MMText refObj, java.lang.String pattern)Returns the formatted value of this element given by argument pattern orargument refObjwhere all fill-ins are expanded with short names. -
Uses of MMText in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMText Modifier and Type Field Description MMTextARG_XFindTextByMMTextTerm. textMMText instanceMMTextARG_XFindTextOperatorByMMTextTerm. textMMText instanceMMTextARG_XFindTextSimpleByMMTextTerm. textMMText instanceFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MMText Modifier and Type Field Description java.util.List<MMText>ARG_MMTextValueList. seqTextsequence of textsjava.util.List<MMText>ARG_ModifyFlowDocuments. seqTextlist of text definitionsjava.util.List<MMText>ARG_ModifyFlowDocumentsReq. seqTextsequence of textsjava.util.List<MMText>ARG_ModifyTextValuesDlgInit. seqTextsequence of textsMethods in de.mid.innovator.srv2api.icw2meta that return MMText Modifier and Type Method Description static MMTextMMTextHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)Creates a new text definition.MMTextMMTextValue. getText()Text of the value.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMText Modifier and Type Method Description java.util.List<MMText>MM2Classification. getAllText(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All specifications of this classification.java.util.List<MMText>MM2Classification. getDocumentAreaTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All texts of this and all included classifications.java.util.List<MMText>MM2Classification. getFlowDocumentTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All flow document texts of this and all included classifications.java.util.List<MMText>MMProfile. getOwnedText(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMText>MM2Classification. getText(K_CONTROL_OPTION... behaviourFlags)All texts for the classification.java.util.List<MMText>MM2Classification. getTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All texts of this and all included classifications.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMText Modifier and Type Method Description java.lang.StringMMTextAble. getFlowExpandedValue(MMText refObj, java.lang.String pattern)Returns the formatted value of this element given by argument pattern orargument refObjwhere all fill-ins are expanded.java.lang.StringMMTextAble. getTextExpandedValue(MMText refObj, java.lang.String pattern)Returns the text value of this element given by argument pattern orargument refObjwhere all fill-ins are expanded.java.lang.StringMMTextAble. getTextStringValue(MMText refObj, java.lang.String pattern)Returns the raw text value of the current object given by argument pattern orargument refObj.java.lang.StringMMTextValue. getTextStringValue(MMText refObj, java.lang.String pattern)Returns the displayed text value of the current object given by argument pattern orargument refObj.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMText Modifier and Type Method Description voidMMTextAble. modifyFlowDocuments(java.util.List<? extends MMText> seqText, java.util.List<java.lang.String> seqRichValue, java.util.List<java.lang.String> seqPlainValue)Modifies the flow documents of the element by the given text-value pairs.voidMMTextAble. modifyTextValuesDlg(java.util.List<? extends MMText> seqText, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)Modifies the texts of the element by the given text-value pairs.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMText Constructor Description ARG_XFindTextByMMTextTerm(boolean isNot, boolean isCase, boolean matchWord, boolean expanded, MMText text, java.lang.String regExpr)ARG_XFindTextOperatorByMMTextTerm(boolean isNot, MMText text, K_OPERATOR op, boolean isCase, boolean expanded, java.lang.String value)ARG_XFindTextSimpleByMMTextTerm(boolean isNot, boolean isCase, boolean matchWord, boolean expanded, MMText text, java.lang.String value)Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMText Constructor Description ARG_MMTextValueList(java.util.List<MMText> seqText, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)ARG_ModifyFlowDocuments(java.util.List<MMText> seqText, java.util.List<java.lang.String> seqRichValue, java.util.List<java.lang.String> seqPlainValue)ARG_ModifyFlowDocumentsReq(ADLockAble lockUnit, java.util.List<MMText> seqText, java.util.List<java.lang.String> seqName, java.util.List<java.lang.Boolean> seqDefault, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.String> seqExpValue, java.util.List<java.lang.String> seqTooltip, java.util.List<java.lang.String> seqFont, java.util.List<java.lang.Boolean> seqChangeable, java.util.List<java.lang.Boolean> seqReadOnly) -
Uses of MMText in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MMText Modifier and Type Method Description java.util.List<MMText>MEModel. getDocumentAreaTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)java.util.List<MMText>MEModel. getFlowDocumentTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All flow document texts with classification and argument pattern within valid profiles of this model.java.util.List<MMText>MEModel. getTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
-