Class CompiledShadowCollectionView
- java.lang.Object
-
- com.evolveum.midpoint.model.api.authentication.CompiledObjectCollectionView
-
- com.evolveum.midpoint.model.api.authentication.CompiledShadowCollectionView
-
- All Implemented Interfaces:
DebugDumpable
,Serializable
@Experimental public class CompiledShadowCollectionView extends CompiledObjectCollectionView
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CompiledShadowCollectionView()
CompiledShadowCollectionView(String viewIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
boolean
match(String resourceOid, ShadowKindType kind, String intent)
void
setIntent(String intent)
void
setResourceRef(ObjectReferenceType resourceRef)
void
setShadowKindType(ShadowKindType shadowKindType)
GuiObjectListViewType
toGuiObjectListViewType()
-
Methods inherited from class com.evolveum.midpoint.model.api.authentication.CompiledObjectCollectionView
getActions, getAdditionalPanels, getApplicableForOperation, getCollection, getColumns, getContainerType, getDisableSorting, getDisplay, getDisplayOrder, getDistinct, getDomainFilter, getDomainOptions, getFilter, getIncludeDefaultColumns, getObjectCollectionDescription, getOptions, getPaging, getRefreshInterval, getSearchBoxConfiguration, getTargetClass, getViewIdentifier, getVisibility, hasDomain, isApplicableForOperation, isDefaultView, isDisableCounting, isDisableSorting, isIncludeDefaultColumns, match, match, setAdditionalPanels, setApplicableForOperation, setCollection, setContainerType, setDefaultView, setDisableCounting, setDisableSorting, setDisplay, setDisplayOrder, setDistinct, setDomainFilter, setDomainOptions, setFilter, setIncludeDefaultColumns, setObjectCollectionDescription, setOptions, setPaging, setRefreshInterval, setSearchBoxConfiguration, setViewIdentifier, setVisibility
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
CompiledShadowCollectionView
public CompiledShadowCollectionView()
-
CompiledShadowCollectionView
public CompiledShadowCollectionView(String viewIdentifier)
-
-
Method Detail
-
match
public boolean match(String resourceOid, ShadowKindType kind, String intent)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
- Overrides:
debugDump
in classCompiledObjectCollectionView
-
toGuiObjectListViewType
public GuiObjectListViewType toGuiObjectListViewType()
- Overrides:
toGuiObjectListViewType
in classCompiledObjectCollectionView
-
setResourceRef
public void setResourceRef(ObjectReferenceType resourceRef)
-
setShadowKindType
public void setShadowKindType(ShadowKindType shadowKindType)
-
setIntent
public void setIntent(String intent)
-
-