Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs.document.subscription
Interface ISCSSubscriptionID

All Superinterfaces:
ICISID, ICISObject, ICISObjectInitializable, ISCSID, ISCSObject, java.io.Serializable
All Known Subinterfaces:
ISCSSubscriptionBasicID, ISCSSubscriptionCriteriaID

public interface ISCSSubscriptionID
extends ISCSID

Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary
static int TYPE_SUBSCRIPTION_BASIC_ID
           
static int TYPE_SUBSCRIPTION_CRITERIA_ID
           

 

Fields inherited from interface com.stellent.cis.client.api.scs.ISCSID
TYPE_CONTENT_ID, TYPE_DOCUMENT_ID, TYPE_FOLDER_ID, TYPE_FOLDER_PATH, TYPE_INTERNAL_ID, TYPE_LINK_ID, TYPE_UNKNOWN

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.lang.String getSubscriptionID()
           
 java.lang.String getSubscriptionType()
           
 void setSubscriptionID(java.lang.String subscriptionID)
          Set the subscription ID

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSID
getType

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISID
getAdapterName

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize

 

Field Detail

TYPE_SUBSCRIPTION_BASIC_ID

static final int TYPE_SUBSCRIPTION_BASIC_ID
See Also:
Constant Field Values

TYPE_SUBSCRIPTION_CRITERIA_ID

static final int TYPE_SUBSCRIPTION_CRITERIA_ID
See Also:
Constant Field Values

Method Detail

getSubscriptionID

java.lang.String getSubscriptionID()
Returns:
string representation of the subscription ID

setSubscriptionID

void setSubscriptionID(java.lang.String subscriptionID)
Set the subscription ID
Parameters:
subscriptionID - the ID of the subscription

getSubscriptionType

java.lang.String getSubscriptionType()
Returns:
a string representing the type of subscription

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.