Uses of Class
org.openiam.base.GraphVariables
-
Packages that use GraphVariables Package Description org.openiam.authmanager.graph org.openiam.base org.openiam.common.graph.converter org.openiam.common.graph.util -
-
Uses of GraphVariables in org.openiam.authmanager.graph
Method parameters in org.openiam.authmanager.graph with type arguments of type GraphVariables Modifier and Type Method Description <T extends AbstractAuthorizationEntity,E extends KeyEntity>
voidGraphOperations. addVertex(VertexType type, AuthorizationEntityRequest authorizationEntity, Map<GraphVariables,String> properties)
-
Uses of GraphVariables in org.openiam.base
Methods in org.openiam.base that return GraphVariables Modifier and Type Method Description static GraphVariables
GraphVariables. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphVariables[]
GraphVariables. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.base that return types with arguments of type GraphVariables Modifier and Type Method Description static Optional<GraphVariables>
GraphVariables. getByVariableName(String variableName)
-
Uses of GraphVariables in org.openiam.common.graph.converter
Methods in org.openiam.common.graph.converter that return types with arguments of type GraphVariables Modifier and Type Method Description Map<GraphVariables,String>
DefaultVertexConverter. createProperties(E entity)
Map<GraphVariables,String>
DefaultVertexConverter. createProperties(T entity)
Map<GraphVariables,String>
VertexConverter. createProperties(E entity)
Map<GraphVariables,String>
VertexConverter. createProperties(T entity)
Methods in org.openiam.common.graph.converter with parameters of type GraphVariables Modifier and Type Method Description protected void
DefaultVertexConverter. setProperty(GraphVariables variable, Map<Object,Object> properties, T instance)
-
Uses of GraphVariables in org.openiam.common.graph.util
Methods in org.openiam.common.graph.util with parameters of type GraphVariables Modifier and Type Method Description static Date
GraphUtils. getDate(Map<Object,Object> map, GraphVariables variable)
static String
GraphUtils. getString(Map<Object,Object> map, GraphVariables variable)
-