|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSFileAPI
The command API implementation of the file commands.
This implementation can be accessed directly via the ICommandFacade class, using the API
name file, with the following syntax:
ISCSFileAPI commandAPI =
(ISCSFileAPI)m_commandFacade.getCommandAPI ("file", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORY
Category for this Command API |
| Method Summary | |
|---|---|
ISCSConvertedDisplayInfo |
_createConvertedDisplayInfo()
Create a new converted display info object |
ISCSConvertedFileInfo |
_createConvertedFileInfo()
Create a new converted file info object |
ISCSFileInfo |
_createFileInfo()
Create a new file info object. |
ISCSFileRetrievalInfo |
_createFileRetrievalInfo()
Create a file retrieval object. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConversionResponse |
executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo)
Get a dynamic conversion of a specific rendition of a file. |
ICISTransferStream |
getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Get a dynamic conversion of a specific rendition of a file. |
ISCSDynamicConverterConfigResponse |
getDynamicConverterConfig(ISCSContext SCSContext)
Retrieves the document configuration information (security groups, available doc types, etc.) |
ISCSDynamicConverterConfigResponse |
getDynamicConverterConfig(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
Retrieves the document configuration information (security groups, available doc types, etc.) |
ICISTransferStream |
getDynamicFile(ISCSContext SCSContext,
java.lang.String file)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSContext SCSContext,
java.lang.String file,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server. |
ICISTransferStream |
getFile(ISCSContext SCSContext,
ISCSContentID contentID)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSFileInfo fileInfo)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSContext SCSContext,
ISCSDocumentID documentID)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSFileInfo fileInfo)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSFileInfo fileInfo)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISTransferStream |
getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSFileInfo fileInfo)
Use the GET_FILE command to retrieve a stream of content from the content server. Will tranfer the files via the ICISTransferStream InputStream class. |
ICISAPIObjectFactory |
getObjectFactory()
Retrieve the object factory associated with this API |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the document ID
CommandException
ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the document ID
CommandException
ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the document IDconvertedFileInfo - the converted file information
CommandException
ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the document IDconvertedFileInfo - the converted file information
CommandException
ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the document IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the document IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID)
throws CommandException
SCSContext - the context object representing the current usercontentID - the content ID
CommandException
ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the content ID
CommandException
ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo)
throws CommandException
SCSContext - the context object representing the current usercontentID - the content IDconvertedFileInfo - the converted file information
CommandException
ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the content IDconvertedFileInfo - the converted file information
CommandException
ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
SCSContext - the context object representing the current usercontentID - the content IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the content IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the document ID
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the document ID
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the document IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the document IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID)
throws CommandException
SCSContext - the context object representing the current usercontentID - the content ID
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the content ID
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
SCSContext - the context object representing the current usercontentID - the content IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSConvertedFileInfo convertedFileInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the content IDconvertedFileInfo - the converted file informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ISCSDynamicConverterConfigResponse getDynamicConverterConfig(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current user
CommandException
ISCSDynamicConverterConfigResponse getDynamicConverterConfig(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current user
CommandException
ICISTransferStream getDynamicFile(ISCSContext SCSContext,
java.lang.String file)
throws CommandException
SCSContext - the context object representing the current userfile - the path to the file to retrieve
CommandException
ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfile - the path to the file to retrieve
CommandException
ICISTransferStream getDynamicFile(ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo)
throws CommandException
SCSContext - the context object representing the current userfile - the path to the file to retrieveretrievalInfo - retrieval information
CommandException
ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfile - the path to the file to retrieveretrievalInfo - retrieval information
CommandException
ICISTransferStream getDynamicFile(ISCSContext SCSContext,
java.lang.String file,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
SCSContext - the context object representing the current userfile - the path to the file to retrieveconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfile - the path to the file to retrieveconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getDynamicFile(ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
SCSContext - the context object representing the current userfile - the path to the file to retrieveretrievalInfo - retrieval informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String file,
ISCSFileRetrievalInfo retrievalInfo,
ISCSConvertedDisplayInfo convertedDisplayInfo)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfile - the path to the file to retrieveretrievalInfo - retrieval informationconvertedDisplayInfo - bean describing if and how to rewrite the converted URLs
CommandException
ICISTransferStream getFile(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
SCSContext - the context object representing the current userdocumentID - the active document ID
CommandException
ICISTransferStream getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the active document ID
CommandException
ICISTransferStream getFile(ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSFileInfo fileInfo)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
SCSContext - the context object representing the current userdocumentID - the active document IDfileInfo - the file information for the checkin
CommandException
ICISTransferStream getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID,
ISCSFileInfo fileInfo)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the active document IDfileInfo - the file information for the checkin
CommandException
ICISTransferStream getFile(ISCSContext SCSContext,
ISCSContentID contentID)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
SCSContext - the context object representing the current usercontentID - the active content ID
CommandException
ICISTransferStream getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the active content ID
CommandException
ICISTransferStream getFile(ISCSContext SCSContext,
ISCSContentID contentID,
ISCSFileInfo fileInfo)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
SCSContext - the context object representing the current usercontentID - the active content IDfileInfo - the file information for the checkin
CommandException
ICISTransferStream getFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContentID contentID,
ISCSFileInfo fileInfo)
throws CommandException
ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
requestModifier - modify the requestSCSContext - the context object representing the current usercontentID - the active content IDfileInfo - the file information for the checkin
CommandExceptionISCSFileInfo _createFileInfo()
ISCSFileRetrievalInfo _createFileRetrievalInfo()
ISCSConvertedFileInfo _createConvertedFileInfo()
ISCSConvertedDisplayInfo _createConvertedDisplayInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||