|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentConnectionFace
This interface specifies function which every content interaction interface must implement.
| Method Summary | |
|---|---|
void |
close()
This method must be called after all content actions are done. |
void |
open(java.util.Map<java.lang.String,PropertyModelFace> properties)
This method must be called before content will be retrieved or submitted. |
| Method Detail |
|---|
void open(java.util.Map<java.lang.String,PropertyModelFace> properties)
throws PropertyValidationException,
ContentProviderAuthenticationException
properties - The map of properties of the content provider which
specifies all needed options.
PropertyValidationException - if the properties do not contain needed fields or these
fields are invalid.
ContentProviderAuthenticationException - If the user could not be authenticated/logged in with the
provided credentials.void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||