|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PortalRelationshipType>
com.esri.core.portal.PortalRelationshipType
public enum PortalRelationshipType

A relationship of a certain type between two items. Relationships are not tied to an item. They are directional links from an origin item to a destination item. They have an owner and a type. The type defines the valid origin and destination item types as well as some 'composite' rules.
| Enum Constant Summary | |
|---|---|
FEATURED_ITEMS2ITEM
Origin Types: Featured Items Destination Types: Any Type |
|
MAP2FEATURECOLLECTION
Origin Types: Web Map Destination Types: Feature Collection |
|
MAP2SERVICE
Origin Types: Web Map Destination Types: Map Service,Feature Service,Image Service |
|
MOBILE_APP2CODE
Origin Types: Mobile Application Destination Types: Code Attachment |
|
SERVICE2DATA
Origin Types: Service Item (Hosted Feature Service or Map Service) Destination Types: Source Data (Service Definition, CSV, Shapefile) |
|
WMA2CODE
Origin Types: Web Mapping Application Destination Types: Code Attachment |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a human readable string representing the relationship type. |
static PortalRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PortalRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PortalRelationshipType FEATURED_ITEMS2ITEM
public static final PortalRelationshipType WMA2CODE
public static final PortalRelationshipType MAP2SERVICE
public static final PortalRelationshipType SERVICE2DATA
public static final PortalRelationshipType MOBILE_APP2CODE
public static final PortalRelationshipType MAP2FEATURECOLLECTION
| Method Detail |
|---|
public static PortalRelationshipType[] values()
for (PortalRelationshipType c : PortalRelationshipType.values()) System.out.println(c);
public static PortalRelationshipType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PortalRelationshipType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||