- VALID_ROLENAME_CHARS - Static variable in class de.innovationgate.webgate.api.WGACL
-
String containing all characters a role name may consist of
- validate() - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
-
Validates the schema for logical errors
- validateAlias(WGUserAccess, String) - Method in interface de.innovationgate.webgate.api.UserAccessFilter
-
Returns if the user may have this user name alias with this filter applied
- validateGroup(WGUserAccess, String) - Method in interface de.innovationgate.webgate.api.UserAccessFilter
-
Returns if the user may have this group with this filter applied
- validateMetas(boolean) - Method in class de.innovationgate.webgate.api.WGDocument
-
checks all metas of this document to ensure value and datatype correspond to the current
api implementation.
- validateMetas() - Method in class de.innovationgate.webgate.api.WGDocument
-
- validatePrivilege(WGUserAccess, Privilege) - Method in interface de.innovationgate.webgate.api.UserAccessFilter
-
Returns if the user may have this privilege with this filter applied
- validateRole(WGUserAccess, String) - Method in interface de.innovationgate.webgate.api.UserAccessFilter
-
Returns if the user may have this role with this filter applied
- valueOf(String) - Static method in enum de.innovationgate.webgate.api.PageRightsFilter.Right
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.innovationgate.webgate.api.Privilege
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.innovationgate.webgate.api.schemadef.WGContentItemDefinition.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.innovationgate.webgate.api.WGHierarchicalDatabase.PostUpdateEventBehaviour
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.innovationgate.webgate.api.PageRightsFilter.Right
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.innovationgate.webgate.api.Privilege
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.innovationgate.webgate.api.schemadef.WGContentItemDefinition.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.innovationgate.webgate.api.WGHierarchicalDatabase.PostUpdateEventBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VIRTUALLINKTYPE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to another content in this database
- VIRTUALLINKTYPE_CONTEXREXPRESSION - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to a document with context expression
- VIRTUALLINKTYPE_EXTERNAL - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to any URL
- VIRTUALLINKTYPE_EXTERNAL_FILE - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to a file on another content document
- VIRTUALLINKTYPE_FILE - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to a file on some file container
- VIRTUALLINKTYPE_INTERNAL_FILE - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to an attachment file in this document
- VIRTUALLINKTYPE_NOT_SPECIFIED - Static variable in class de.innovationgate.webgate.api.WGContent
-
Link type was not specified.
- VIRTUALLINKTYPE_PRIMARY_FILE - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to the primary file of a content document
- VIRTUALLINKTYPE_UNIQUENAME - Static variable in class de.innovationgate.webgate.api.WGContent
-
Virtual link to a document with unique name
- visit(WGPageVisitor) - Method in class de.innovationgate.webgate.api.WGArea
-
Implements the visitor pattern on the page hierarchy of this area.
- visit(WGPageVisitor) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Implements the visitor pattern on the page hierarchy.
- visit(WGArea) - Method in interface de.innovationgate.webgate.api.WGPageVisitor
-
Visitor on content areas
- visit(WGStructEntry) - Method in interface de.innovationgate.webgate.api.WGPageVisitor
-
Visitor on struct entries
- visit(WGContent) - Method in interface de.innovationgate.webgate.api.WGPageVisitor
-
Visitor on content documents
- visit(WGPageVisitor) - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Implements the visitor pattern on the page hierarchy branch of this struct entry.