com.evolveum.midpoint.repo.sql.data.common
Interface ObjectReference

All Superinterfaces:
Serializable
All Known Implementing Classes:
RAccountRef, REmbeddedReference, RObjectReference, ROrgRootRef, RParentOrgRef, RResourceApproverRef, RRoleApproverRef

public interface ObjectReference
extends Serializable

Author:
lazyman

Method Summary
 String getDescription()
           
 String getFilter()
           
 String getRelationLocalPart()
           
 String getRelationNamespace()
           
 String getTargetOid()
           
 RContainerType getType()
           
 

Method Detail

getTargetOid

String getTargetOid()

getRelationNamespace

String getRelationNamespace()

getRelationLocalPart

String getRelationLocalPart()

getDescription

String getDescription()

getFilter

String getFilter()

getType

RContainerType getType()


Copyright © 2013 evolveum. All Rights Reserved.