psdi.iface.mic

Interface MetaDataProperties

    • Field Detail

      • OSFILTER

        static final java.lang.String OSFILTER
        Attach an object of type Map for this key in the meta data bag. This object is used for filtering the Mbo objects that will be serialized. This Map should have the follwing structure Key Value MosConstants.SKIPMBOKEY a Map object SM The SM Map should habe the mbo names as the keys and the skip expression as the value. For example if the object structure has PO->POLINE->POCOST and we want to skip a POLINE mbo if linecost>100.0 then our skip expression can be linecost>100.0 and the key should be "POLINE". This will cause the serialization framework to skip all POLINE mbos with linecost>100.0.
        See Also:
        Constant Field Values
      • ENDPOINT

        static final java.lang.String ENDPOINT
        Attach an object of type String for this key in the meta data bag. The value should be a valid endpoint name.
        See Also:
        Constant Field Values
      • ENDPOINTPROPS

        static final java.lang.String ENDPOINTPROPS
        Attach an object of type Map for this key in the meta data bag. Attach those properties that you want to override the configured endpoint properties.
        See Also:
        Constant Field Values
      • TARGETOBJECT

        static final java.lang.String TARGETOBJECT
        Attach an object of type Mbo/Mboset for this key in the meta data bag. This will be the object on which the response of an Invocation Channel would be set.
        See Also:
        Constant Field Values
      • SOURCEOBJECT

        static final java.lang.String SOURCEOBJECT
        Attach an object of type Mbo/Mboset for this key in the meta data bag. This will be the object on which the request from the Invocation Channel will be based.
        See Also:
        Constant Field Values