Class GrouperObjectProvisionerWrapper
java.lang.Object
edu.internet2.middleware.grouper.app.graph.GrouperObjectProvisionerWrapper
- All Implemented Interfaces:
GrouperId
,GrouperObject
-
Constructor Summary
ConstructorDescriptionCreates a dummy provisioner object as a GrouperObject implementation so that it can be used as the contents of aGraphNode
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares two provisioners and considers them equal if they have the same iddescription of object, not implemented so returns blank stringreturns the id as the displayNamegetId()
id of objectgetName()
returns the id as a namegets stem this is in, not implementedint
hashCode()
Computes the hash code based on the id fieldboolean
matchesLowerSearchStrings
(Set<String> filterStrings) see if this object matches the filter stringstoString()
-
Constructor Details
-
GrouperObjectProvisionerWrapper
Creates a dummy provisioner object as a GrouperObject implementation so that it can be used as the contents of aGraphNode
. The name, id, and displayName all return the same string.- Parameters:
id
- The
-
-
Method Details
-
matchesLowerSearchStrings
see if this object matches the filter strings- Specified by:
matchesLowerSearchStrings
in interfaceGrouperObject
- Parameters:
filterStrings
-- Returns:
- true if matches
-
getName
returns the id as a name- Specified by:
getName
in interfaceGrouperObject
- Returns:
- the id of this object
-
getDescription
description of object, not implemented so returns blank string- Specified by:
getDescription
in interfaceGrouperObject
- Returns:
- description
-
getDisplayName
returns the id as the displayName- Specified by:
getDisplayName
in interfaceGrouperObject
- Returns:
- id of the object
-
getParentStem
gets stem this is in, not implemented- Specified by:
getParentStem
in interfaceGrouperObject
- Returns:
- the stem
-
getId
id of object -
equals
Compares two provisioners and considers them equal if they have the same id -
hashCode
public int hashCode()Computes the hash code based on the id field -
toString
-