public static enum SOLRAPIClient.SolrApiContentStatus extends Enum<SOLRAPIClient.SolrApiContentStatus>
Enum Constant and Description |
---|
GENERAL_FAILURE |
NO_CONTENT |
NO_TRANSFORM |
NOT_MODIFIED |
OK |
TRANSFORM_FAILED |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static SOLRAPIClient.SolrApiContentStatus |
getStatus(String statusStr) |
static SOLRAPIClient.SolrApiContentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOLRAPIClient.SolrApiContentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SOLRAPIClient.SolrApiContentStatus NOT_MODIFIED
public static final SOLRAPIClient.SolrApiContentStatus OK
public static final SOLRAPIClient.SolrApiContentStatus NO_TRANSFORM
public static final SOLRAPIClient.SolrApiContentStatus NO_CONTENT
public static final SOLRAPIClient.SolrApiContentStatus UNKNOWN
public static final SOLRAPIClient.SolrApiContentStatus TRANSFORM_FAILED
public static final SOLRAPIClient.SolrApiContentStatus GENERAL_FAILURE
public static SOLRAPIClient.SolrApiContentStatus[] values()
for (SOLRAPIClient.SolrApiContentStatus c : SOLRAPIClient.SolrApiContentStatus.values()) System.out.println(c);
public static SOLRAPIClient.SolrApiContentStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SOLRAPIClient.SolrApiContentStatus getStatus(String statusStr)
Copyright © 2005–2020 Alfresco Software. All rights reserved.