Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io.Identity
Packages that use Identity
Package
Description
The
org.apache.ddlutils.io package contains a classes for input
and output of both the database schemas and data files.-
Uses of Identity in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io that return IdentityModifier and TypeMethodDescriptionWaitingObject.removePendingFK(Identity fkIdentity) Removes the specified identity from list of identities of the waited-for objects.Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io with parameters of type IdentityModifier and TypeMethodDescriptionvoidWaitingObject.addPendingFK(Identity fkIdentity) Adds the identity of another object that the object is waiting for.WaitingObject.removePendingFK(Identity fkIdentity) Removes the specified identity from list of identities of the waited-for objects.Constructors in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io with parameters of type IdentityModifierConstructorDescriptionWaitingObject(org.apache.commons.beanutils.DynaBean obj, Identity objIdentity) Creates a newWaitingObjectinstance for the given object.