Uses of Class
com.jalios.jcms.TypeEntry
-
Packages that use TypeEntry Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.mention com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of TypeEntry in com.jalios.jcms
Methods in com.jalios.jcms that return TypeEntry Modifier and Type Method Description TypeEntryChannel. getTypeEntry(java.lang.Class<?> clazz)Return the TypeEntry bound to givenClass.TypeEntryChannel. getTypeEntry(java.lang.String className)Return the TypeEntry bound to givenclassName.static TypeEntryData. getTypeEntry()Returns the TypeEntry bound toData.TypeEntryTypeProcessor. getTypeEntry(java.lang.Class<?> clazz)Return the TypeEntry class associated to the given Class.TypeEntryTypeProcessor. getTypeEntry(java.lang.String clazzName)Return the TypeEntry class associated to the given Class name. -
Uses of TypeEntry in com.jalios.jcms.mention
Fields in com.jalios.jcms.mention with type parameters of type TypeEntry Modifier and Type Field Description java.util.Map<TypeEntry,java.util.List<TypeFieldEntry>>MentionManager. mentionableTFEByTypeMapMethods in com.jalios.jcms.mention with parameters of type TypeEntry Modifier and Type Method Description java.util.List<TypeFieldEntry>MentionManager. getTypeEntryMentionableFields(TypeEntry typeEntry) -
Uses of TypeEntry in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as TypeEntry Modifier and Type Field Description protected TypeEntryWSTypeEntry. typeEntryMethods in com.jalios.jcms.workspace that return TypeEntry Modifier and Type Method Description TypeEntryWSTypeEntry. getChannelTypeEntry()Returns the Main TypeEntry defined for a given type.
-