Operation |
Details |
public static getAdminHandler( String userHandle):AdminHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getAdminHandler( String userHandle, URL frameworkUrl):AdminHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the AdminHandler service for an authenticated user. @return An AdminHandler. | |
public static getAggregationDefinitionHandler():AggregationDefinitionHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getAggregationDefinitionHandler( URL frameworkUrl):AggregationDefinitionHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the AggregationDefinitionHandler service for an anonymous user. @return A AggregationDefinitionHandler. | |
public static getContainerHandler():ContainerHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContainerHandler( String userHandle):ContainerHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContainerHandler( URL frameworkUrl):ContainerHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContainerHandler( String userHandle, URL frameworkUrl):ContainerHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ContainerHandler service for an authenticated user. @return A ContainerHandler. | |
public static getContentModelHandler( String userHandle):ContentModelHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContentModelHandler( String userHandle, URL frameworkUrl):ContentModelHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ContentTypeHandler service for an authentificated user. @return A ContentTypeHandler. | |
public static getContextHandler( String userHandle):ContextHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContextHandler( URL frameworkUrl):ContextHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContextHandler():ContextHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getContextHandler( String userHandle, URL frameworkUrl):ContextHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ContextHandler service for an authentificated user. @return A ContextHandler. | |
public static getExplainHandler( String databaseIdentifier):ExplainPort |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getExplainHandler( String databaseIdentifier, URL frameworkUrl):ExplainPort |
Sequential Tags: | throws=ServiceException,MalformedURLException,URISyntaxException
| Notes: | Gets the ExplainHandler service for an anonymous user. @return A ExplainHandler (ExplainPort) | |
public static getFrameworkUrl():String |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Get the configured URL of the running framework instance. @return The url as a String. | |
public static getIngestHandler( String userHandle):IngestHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | public static TocHandler getTocHandler(String userHandle) throws ServiceException, URISyntaxException { if (authorizedTocHandlerServiceLocator == null) { authorizedTocHandlerServiceLocator = new TocHandlerServiceLocator(new FileProvider(CONFIGURATION_FILE)); String url = getFrameworkUrl() + FRAMEWORK_PATH + "/" + authorizedTocHandlerServiceLocator.getTocHandlerServiceWSDDServiceName(); Logger.getLogger(ServiceLocator.class).info("authorizedTocHandlerServiceLocator URL=" + url); authorizedTocHandlerServiceLocator.setTocHandlerServiceEndpointAddress(url); } TocHandler handler = authorizedTocHandlerServiceLocator.getTocHandlerService(); ((Stub)handler)._setProperty(WSHandlerConstants.PW_CALLBACK_REF, new PWCallback(userHandle)); return handler; } | |
public static getIngestHandler( String userHandle, URL frameworkUrl):IngestHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the IngestHandler service for an authenticated user. @return A IngestHandler. | |
public static getItemHandler():ItemHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ItemHandler service for an anonymous user. @return An ItemHandler. | |
public static getItemHandler( URL frameworkUrl):ItemHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getItemHandler( String userhandle):ItemHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getItemHandler( String userHandle, URL frameworkUrl):ItemHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ItemHandler service for an authentificated user. @return An ItemHandler. | |
public static getOrganizationalUnitHandler():OrganizationalUnitHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the OrganizationalUnitHandler service for an anonymous user. @return An OrganizationalUnitHandler. | |
public static getOrganizationalUnitHandler( String userHandle):OrganizationalUnitHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getOrganizationalUnitHandler( URL frameworkUrl):OrganizationalUnitHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getOrganizationalUnitHandler( String userHandle, URL frameworkUrl):OrganizationalUnitHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the OrganizationalUnitHandler service for an authentificated user. @return An OrganizationalUnitHandler. | |
public static getReportDefinitionHandler():ReportDefinitionHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getReportDefinitionHandler( String userHandle):ReportDefinitionHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getReportDefinitionHandler( URL frameworkUrl):ReportDefinitionHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getReportDefinitionHandler( String userHandle, URL frameworkUrl):ReportDefinitionHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ReportDefinitionHandler service for an authenticated user. @return A ReportDefinitionHandler. | |
public static getReportHandler():ReportHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getReportHandler( String userHandle):ReportHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getReportHandler( URL frameworkUrl):ReportHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getReportHandler( String userHandle, URL frameworkUrl):ReportHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ReportHandler service for an logged in user. @return A ReportHandler. | |
public static getScopeHandler():ScopeHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ScopeHandler service for an anonymous user. @return A ScopeHandler. | |
public static getScopeHandler( String userHandle):ScopeHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getScopeHandler( URL frameworkUrl):ScopeHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getScopeHandler( String userHandle, URL frameworkUrl):ScopeHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the ScopeHandler service for an authentificated user. @return A ScopeHandler. | |
public static getSearchHandler( String databaseIdentifier):SRWPort |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getSearchHandler( String databaseIdentifier, URL frameworkUrl):SRWPort |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the SearchHandler service for an anonymous user. @return A SearchHandler (SRWPort). | |
public static getSemanticScoreHandler( String userHandle):SemanticStoreHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getSemanticScoreHandler( String userHandle, URL frameworkUrl):SemanticStoreHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the SemanticStoreHandler service for an authentificated user. @return A SemanticStoreHandler | |
public static getStatisticDataHandler():StatisticDataHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the StatisticDataHandler service for an anonymous user. @return A StatisticDataHandler. | |
public static getStatisticDataHandler( String userHandle):StatisticDataHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getStatisticDataHandler( URL frameworkUrl):StatisticDataHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getStatisticDataHandler( String userHandle, URL frameworkUrl):StatisticDataHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the StatisticDataHandler service for an logged in user. @return A StatisticDataHandler. | |
public static getUserAccountHandler( String userHandle):UserAccountHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getUserAccountHandler( String userHandle, URL frameworkUrl):UserAccountHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the UserAccountHandler service for an authentificated user. @return A UserAccountHandler. | |
public static getUserGroupHandler( String userHandle):UserGroupHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getUserGroupHandler( String userHandle, URL frameworkUrl):UserGroupHandler |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the UserGroupHandler service for an authentificated user. @return A UserGroupHandler. | |
public static getUserManagementWrapper( String userHandle):UserManagementWrapper |
Sequential Tags: | throws=ServiceException,URISyntaxException
| |
public static getUserManagementWrapper( String userHandle, URL frameworkUrl):UserManagementWrapper |
Sequential Tags: | throws=ServiceException,URISyntaxException
| Notes: | Gets the UserManagementWrapper service for an authentificated user. @return A wrapper for the UserManagement. | |