Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADCSInstance
-
Packages that use ADCSInstance Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADCSInstance in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADCSInstance Modifier and Type Field Description ADCSInstanceARG_ChangeSetInstanceOverview. ohCSInstchange set instanceADCSInstanceARG_ChangeSetOperationValue. ohCSInstchange set instanceADCSInstanceARG_FindDeletedElement. ohCSInstancechange log instanceMethods in de.mid.innovator.srv2api.icw2meta that return ADCSInstance Modifier and Type Method Description ADCSInstanceADCSMM2TypedEnumValue. getCSEnumMember()The enumeration value referenced by this enumeration value.ADCSInstanceADCSPropertyValueRef. getCSInstance()The instance referenced by this instance reference.ADCSInstanceADCSMM2TypedValue. getCSMM2Type()The MM2-type refernced by this property value.ADCSInstanceADCSOperation. getInstance()The instance associated with this instance operation.ADCSInstanceADCSInstLocalizedName. getOwningInstance()The instance that owns the current object.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADCSInstance Modifier and Type Method Description java.util.List<ADCSInstance>ADModel. getOwnedCSInstance(K_CONTROL_OPTION... behaviourFlags)All instances associated with a change set owned by this model.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADCSInstance Constructor Description ARG_ChangeSetInstanceOverview(ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, K_CS_INST kCSInst, ADCSInstance ohCSInst, java.util.Date lAtTime)ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lStartTime, java.util.Date lEndTime, java.lang.String strNote, java.lang.String strUserName, ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, java.util.Date lAtTime, java.lang.String strOperation, K_VATTR_CS kVAttrCS, java.lang.String strPropertyName, java.lang.String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)ARG_FindDeletedElement(ADCSInstance ohCSInstance, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lDeletedAtTime, java.lang.String strDeletedBy)
-