Interface ShadowWrapper

All Superinterfaces:
Cloneable, DebugDumpable, Definition, Freezable, ItemDefinition<PrismContainer<ShadowType>>, ItemWrapper<PrismContainer<ShadowType>,PrismContainerValueWrapper<ShadowType>>, LivePrismItemDefinition, LocalItemDefinitionStore, PrismContainerDefinition<ShadowType>, PrismContainerWrapper<ShadowType>, PrismItemAccessDefinition, PrismItemBasicDefinition, PrismItemStorageDefinition, PrismLifecycleDefinition, PrismObjectWrapper<ShadowType>, PrismPresentationDefinition, Revivable, Serializable, SmartVisitable<Definition>, Visitable<Definition>
All Known Implementing Classes:
ShadowWrapperImpl

public interface ShadowWrapper extends PrismObjectWrapper<ShadowType>
Author:
skublik
  • Method Details

    • getProjectionStatus

      UserDtoStatus getProjectionStatus()
    • setProjectionStatus

      void setProjectionStatus(UserDtoStatus status)
    • isLoadWithNoFetch

      boolean isLoadWithNoFetch()
    • setLoadWithNoFetch

      void setLoadWithNoFetch(boolean noFetch)
    • setRelation

      void setRelation(QName relation)
    • getRelation

      QName getRelation()
    • isProtected

      boolean isProtected()
    • isDead

      boolean isDead()