Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.localconfiguration.web.types
Class UITypesConfigurationActions

java.lang.Object
  extended by org.nuxeo.ecm.platform.localconfiguration.web.types.UITypesConfigurationActions
All Implemented Interfaces:
Serializable

@Name(value="typesConfigurationActions")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class UITypesConfigurationActions
extends Object
implements Serializable

Author:
Thomas Roger
See Also:
Serialized Form

Field Summary
static Comparator<? super Type> TYPE_ALPHABETICAL_ORDER
           
 
Constructor Summary
UITypesConfigurationActions()
           
 
Method Summary
 List<Type> getNotSelectedTypes()
           
 List<Type> getSelectedTypes()
           
 List<Type> getTypesWithSchemaFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ALPHABETICAL_ORDER

public static final Comparator<? super Type> TYPE_ALPHABETICAL_ORDER
Constructor Detail

UITypesConfigurationActions

public UITypesConfigurationActions()
Method Detail

getNotSelectedTypes

public List<Type> getNotSelectedTypes()
                               throws ClientException
Throws:
ClientException

getSelectedTypes

public List<Type> getSelectedTypes()
                            throws ClientException
Throws:
ClientException

getTypesWithSchemaFile

public List<Type> getTypesWithSchemaFile()
                                  throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.