com.spss.psapi.transform

Interface CompositeProcessor

    • Method Detail

      • getCompositeProcessorDiagram

        CompositeProcessorDiagram getCompositeProcessorDiagram()
        Deprecated. 
        Returns the diagram containing the nodes encapsulated by this supernode. Deprecated in favor of getChildDiagram().
        Returns:
        the diagram containing the nodes encapsulated by this supernode
        Since:
        PSAPI 1.2
        See Also:
        getChildDiagram()
      • getChildDiagram

        CompositeProcessorDiagram getChildDiagram()
        Returns the diagram containing the nodes encapsulated by this supernode.
        Returns:
        the diagram containing the nodes encapsulated by this supernode
        Since:
        PSAPI 16.0
      • getCompositeProcessorType

        CompositeProcessorType getCompositeProcessorType()
        Returns the type of this supernode.
        Returns:
        the type of this supernode
        Since:
        PSAPI 1.2
      • isCompositeProcessorPasswordNeeded

        boolean isCompositeProcessorPasswordNeeded()
        Deprecated. 
        If the super node is not locked or a password has been entered then return false, otherwise return true. Deprecated in favor of isPasswordNeeded.
        Returns:
        false if no password is need or has been entered otherwise true
        See Also:
        isPasswordNeeded()
      • checkCompositeProcessorPassword

        boolean checkCompositeProcessorPassword(java.lang.String password)
        Deprecated. 
        Check whether the supplied password is valid or not. Deprecated in favor of verifyPassword.
        Parameters:
        password - the password to be tested
        Returns:
        return true if the password is valid or false otherwise
        See Also:
        verifyPassword(String)
      • isPasswordNeeded

        boolean isPasswordNeeded()
        If the super node is not locked or a password has been entered then return false, otherwise return true
        Returns:
        false if no password is need or has been entered otherwise true
        Since:
        PSAPI 16.0
      • verifyPassword

        boolean verifyPassword(java.lang.String password)
        Check whether the supplied password is valid or not.
        Parameters:
        password - the password to be tested
        Returns:
        return true if the password is valid or false otherwise
        Since:
        PSAPI 16.0
      • lock

        void lock(java.lang.String password)
        Lock the super node by the supplied password.
        Parameters:
        password -
        Throws:
        PredictiveServerRuntimeException - If the super node has already been locked.
        Since:
        PSAPI 18.0
      • unlock

        boolean unlock(java.lang.String password)
        Unlock the super node by the supplied password.
        Parameters:
        password -
        Returns:
        return true if the super node is unlocked successfully or false otherwise
        Since:
        PSAPI 18.0

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.