Uses of Class
org.ocopomo.wizards.AlfrescoSettings

Packages that use AlfrescoSettings
org.ocopomo.annotation.content   
org.ocopomo.wizards   
 

Uses of AlfrescoSettings in org.ocopomo.annotation.content
 

Methods in org.ocopomo.annotation.content with parameters of type AlfrescoSettings
static void Utils.clearCredentials(AlfrescoSettings aSettings, org.eclipse.swt.widgets.Shell shell)
           
static org.apache.chemistry.opencmis.client.api.Session Utils.createSession(AlfrescoSettings aSettings, Credentials cred)
           
static Credentials Utils.credentialsFor(AlfrescoSettings aSettings, org.eclipse.swt.widgets.Shell shell)
           
static void Utils.saveCredentials(Credentials cred, AlfrescoSettings aSettings, org.eclipse.swt.widgets.Shell shell)
           
 

Uses of AlfrescoSettings in org.ocopomo.wizards
 

Constructors in org.ocopomo.wizards with parameters of type AlfrescoSettings
ContentCache(org.eclipse.core.resources.IProject project, AlfrescoSettings aSettings, Credentials cred)