com.plumtree.portalpages.admin.editors.externaloperations
Interface IExternalOperationEditorModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
ExternalOperationEditorModel

public interface IExternalOperationEditorModelRO
extends IEditorModelRO

JHQ 050604: External Operations have been re-architected to run script files instead of commands from the command line. These scripts must reside in the automation server's portal_home/scripts directory. This directory can be secured as necessary. Therefore, we no longer use the RunAsUser/RunAsUserPassword. Corresponding methods will be deprecated and should not be implemented.

Author:
OlegS

Method Summary
 java.lang.String GetCommandLine()
           
 java.lang.String GetPasswordToDisplay()
          Deprecated. This method should not be implemented.
 int GetTimeout()
           
 java.lang.String GetUser()
          Deprecated. This method should not be implemented.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetCommandLine

java.lang.String GetCommandLine()
Returns:

GetPasswordToDisplay

java.lang.String GetPasswordToDisplay()
Deprecated. This method should not be implemented.

Returns:

GetTimeout

int GetTimeout()
Returns:

GetUser

java.lang.String GetUser()
Deprecated. This method should not be implemented.

Returns:



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.