public class GrouperObjectProvisionerWrapper extends Object implements GrouperObject
| Constructor and Description |
|---|
GrouperObjectProvisionerWrapper(String id)
Creates a dummy provisioner object as a GrouperObject implementation
so that it can be used as the contents of a
GraphNode. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares two provisioners and considers them equal if
they have the same id
|
String |
getDescription()
description of object, not implemented so returns blank string
|
String |
getDisplayName()
returns the id as the displayName
|
String |
getId()
id of object
|
String |
getName()
returns the id as a name
|
Stem |
getParentStem()
gets stem this is in, not implemented
|
int |
hashCode()
Computes the hash code based on the id field
|
boolean |
matchesLowerSearchStrings(Set<String> filterStrings)
see if this object matches the filter strings
|
String |
toString() |
public boolean matchesLowerSearchStrings(Set<String> filterStrings)
matchesLowerSearchStrings in interface GrouperObjectfilterStrings - public String getName()
getName in interface GrouperObjectpublic String getDescription()
getDescription in interface GrouperObjectpublic String getDisplayName()
getDisplayName in interface GrouperObjectpublic Stem getParentStem()
getParentStem in interface GrouperObjectpublic boolean equals(Object obj)
public int hashCode()
public String toString()
toString in class ObjectObject.toString()Copyright © 2016 Internet2. All rights reserved.