Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces
Class CwEntityType

java.lang.Object
  extended byoracle.workspaces.CwEntityType

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CwResourceItemType, CwResourceType

public class CwEntityType
extends java.lang.Object
implements java.io.Serializable

This class represents the type of a CwEntity.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary
static CwResourceItemType ANNOUNCEMENT
static CwResourceItemType CALENDAR_EVENT
static CwResourceType CALENDAR_RESOURCE
static CwResourceItemType CALENDAR_TASK
static CwResourceItemType DISCUSSION_BOARD
static CwResourceItemType DISCUSSION_MESSAGE
static CwResourceType DISCUSSION_RESOURCE
static CwResourceItemType DISCUSSION_THREAD
static CwResourceType EMAIL_RESOURCE
static CwResourceItemType FILE
static CwResourceItemType FILES_FOLDER
static CwResourceType FILES_RESOURCE
static CwResourceItemType VIEW
static CwResourceType VIEW_RESOURCE
static CwResourceItemType WEBCONF_INSTANT
static CwResourceType WEBCONF_RESOURCE
static CwResourceItemType WEBCONF_SCHEDULED
static CwEntityType WORKSPACE

Constructor Summary
CwEntityType(java.lang.String typeName)

Method Summary
boolean equals(java.lang.Object obj)
Equals determines if two objects represents the same CwEntityType
java.lang.String getDisplayName()
java.lang.String getName()
int hashCode()
java.lang.String toString()

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Field Detail

ANNOUNCEMENT

public static final CwResourceItemType ANNOUNCEMENT

CALENDAR_EVENT

public static final CwResourceItemType CALENDAR_EVENT

CALENDAR_RESOURCE

public static final CwResourceType CALENDAR_RESOURCE

CALENDAR_TASK

public static final CwResourceItemType CALENDAR_TASK

DISCUSSION_BOARD

public static final CwResourceItemType DISCUSSION_BOARD

DISCUSSION_MESSAGE

public static final CwResourceItemType DISCUSSION_MESSAGE

DISCUSSION_RESOURCE

public static final CwResourceType DISCUSSION_RESOURCE

DISCUSSION_THREAD

public static final CwResourceItemType DISCUSSION_THREAD

EMAIL_RESOURCE

public static final CwResourceType EMAIL_RESOURCE

FILE

public static final CwResourceItemType FILE

FILES_FOLDER

public static final CwResourceItemType FILES_FOLDER

FILES_RESOURCE

public static final CwResourceType FILES_RESOURCE

VIEW

public static final CwResourceItemType VIEW

VIEW_RESOURCE

public static final CwResourceType VIEW_RESOURCE

WEBCONF_INSTANT

public static final CwResourceItemType WEBCONF_INSTANT

WEBCONF_RESOURCE

public static final CwResourceType WEBCONF_RESOURCE

WEBCONF_SCHEDULED

public static final CwResourceItemType WEBCONF_SCHEDULED

WORKSPACE

public static final CwEntityType WORKSPACE

Constructor Detail

CwEntityType

public CwEntityType(java.lang.String typeName)

Method Detail

equals

public boolean equals(java.lang.Object obj)
Equals determines if two objects represents the same CwEntityType
Parameters:
obj - the other CwEntityType to compare to

getDisplayName

public java.lang.String getDisplayName()

getName

public java.lang.String getName()

hashCode

public int hashCode()

toString

public java.lang.String toString()

Copyright © 2001, 2005, Oracle. All rights reserved.