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 TypeEntry
Channel. getTypeEntry(java.lang.Class<?> clazz)
Return the TypeEntry bound to givenClass
.TypeEntry
Channel. getTypeEntry(java.lang.String className)
Return the TypeEntry bound to givenclassName
.static TypeEntry
Data. getTypeEntry()
Returns the TypeEntry bound toData
.TypeEntry
TypeProcessor. getTypeEntry(java.lang.Class<?> clazz)
Return the TypeEntry class associated to the given Class.TypeEntry
TypeProcessor. 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. mentionableTFEByTypeMap
Methods 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 TypeEntry
WSTypeEntry. typeEntry
Methods in com.jalios.jcms.workspace that return TypeEntry Modifier and Type Method Description TypeEntry
WSTypeEntry. getChannelTypeEntry()
Returns the Main TypeEntry defined for a given type.
-