/* * ------------------------------------------------------------------------- * Copyright 2014 * Centre for Information Modeling - Austrian Centre for Digital Humanities * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License * ------------------------------------------------------------------------- */ package org.emile.cirilo; import voodoosoft.jroots.core.CServiceName; /** * Description of the Class * * @author yoda * @created 07. September 2006 */ public class ServiceNames { /** * Description of the Field */ public final static CServiceName PROPERTIES = new CServiceName("Properties"); /** * Description of the Field */ public final static CServiceName TEMPLATESUBSYSTEM = new CServiceName("TemplateSubsystem"); /** * Description of the Field */ public final static CServiceName CURRENT_USER = new CServiceName("Current_User"); /** * Description of the Field */ public final static CServiceName FRAME_WINDOW = new CServiceName("Frame_Window"); /** * Description of the Field */ public final static CServiceName DIALOG_MANAGER = new CServiceName("Dialog_Manager"); /** * Description of the Field */ public final static CServiceName HANDLESCLASS = new CServiceName("HandlesClass"); /** * Description of the Field */ public final static CServiceName ACCESS_MANAGER = new CServiceName("Access_Manager"); /** * Description of the Field */ public final static CServiceName SESSIONCLASS = new CServiceName("SessionClass"); /** * Description of the Field */ public final static CServiceName GROUP_LIST = new CServiceName("Group_List"); /** * Description of the Field */ public final static CServiceName MEMBER_LIST = new CServiceName("Member_List"); /** * Description of the Field */ public final static CServiceName DCMI_PREALLOCATIONS = new CServiceName("DCMI_Preallocations"); /** * Description of the Field */ public final static CServiceName RESOURCES = new CServiceName("Resources"); /** * Description of the Field */ public final static CServiceName I3F_SERVICE = new CServiceName("I3F_Service"); /** * Description of the Field */ public final static CServiceName SKOSIFY_SERVICE = new CServiceName("Skosify_Service"); }