Package org.keycloak.partialimport
Class PartialImportResult
java.lang.Object
org.keycloak.partialimport.PartialImportResult
This class represents a single result for a resource imported.
- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PartialImportResult
added
(ResourceType resourceType, String resourceName, String id, Object representation) getId()
static PartialImportResult
overwritten
(ResourceType resourceType, String resourceName, String id, Object representation) void
void
void
setResourceName
(String resourceName) void
setResourceType
(ResourceType resourceType) static PartialImportResult
skipped
(ResourceType resourceType, String resourceName, String id, Object representation)
-
Method Details
-
skipped
public static PartialImportResult skipped(ResourceType resourceType, String resourceName, String id, Object representation) -
added
public static PartialImportResult added(ResourceType resourceType, String resourceName, String id, Object representation) -
overwritten
public static PartialImportResult overwritten(ResourceType resourceType, String resourceName, String id, Object representation) -
getAction
-
setAction
-
getResourceType
-
setResourceType
-
getResourceName
-
setResourceName
-
getId
-
setId
-
getRepresentation
-