com.plumtree.portalpages.ext.providers.soap.documentsubmitadvanced
Interface ISOAPCardSubmitAdvancedModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
SOAPCardSubmitAdvancedModel

public interface ISOAPCardSubmitAdvancedModelRO
extends IObjEditorModelRO

Author:
StephenC This interface is implemented by CardSubmitAdvancedModel. It contains all the read-only mothods of CardSubmitAdvancedModel.

Method Summary
 java.lang.String GetCardDescription()
          returns the current Card Description
 java.lang.String GetCardName()
          returns the current Card Name
 java.lang.String GetCardPath()
          returns the current Card Path
 int GetCardSubmitType()
          returns the CardSubmission type supported by the webservice
 boolean GetSupportsUpload()
          returns if the web service supports document upload
 boolean GetUploadSubmitted()
          returns whether the doc has already been submitted to the upload service
 java.lang.String GetUploadWSURL()
          returns the web service's URL
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
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

GetCardDescription

java.lang.String GetCardDescription()
returns the current Card Description

Returns:

GetCardName

java.lang.String GetCardName()
returns the current Card Name

Returns:

GetCardPath

java.lang.String GetCardPath()
returns the current Card Path

Returns:

GetCardSubmitType

int GetCardSubmitType()
returns the CardSubmission type supported by the webservice

Returns:

GetUploadWSURL

java.lang.String GetUploadWSURL()
returns the web service's URL

Returns:

GetSupportsUpload

boolean GetSupportsUpload()
returns if the web service supports document upload

Returns:

GetUploadSubmitted

boolean GetUploadSubmitted()
returns whether the doc has already been submitted to the upload service

Returns:



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