public class PartialImportResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static PartialImportResult |
added(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
Action |
getAction() |
String |
getId() |
Object |
getRepresentation() |
String |
getResourceName() |
ResourceType |
getResourceType() |
static PartialImportResult |
overwritten(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
static PartialImportResult |
skipped(ResourceType resourceType,
String resourceName,
String id,
Object representation) |
public static PartialImportResult skipped(ResourceType resourceType, String resourceName, String id, Object representation)
public static PartialImportResult added(ResourceType resourceType, String resourceName, String id, Object representation)
public static PartialImportResult overwritten(ResourceType resourceType, String resourceName, String id, Object representation)
public Action getAction()
public ResourceType getResourceType()
public String getResourceName()
public String getId()
public Object getRepresentation()
Copyright © 2016 JBoss by Red Hat. All rights reserved.