Class GetImpl

    • Constructor Detail

    • Method Detail

      • getObject

        public ConnectorObject getObject​(ObjectClass objectClass,
                                         Uid uid,
                                         OperationOptions options)
        Description copied from interface: GetApiOp
        Get a particular ConnectorObject based on the Uid.
        Specified by:
        getObject in interface GetApiOp
        Parameters:
        objectClass - type of object to get.
        uid - the unique id of the object that to get.
        options - additional options that impact the way this operation is run. May be null.
        Returns:
        ConnectorObject based on the Uid provided or null if no such object could be found.