|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SMSCollections
Collection class contains the rules that logically relate resources into collections of resources. This class also contains information about the collection, such as the refresh schedule and the class name that contains the members, SMS_CM_RES_COLL_CollectionID. You can use a collection to target resources for software distribution. Ref Microsoft SMS 2003 SDK
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
General comment or note that documents the collection. |
int |
getCurrentStatus()
Current status of the collection. |
long |
getLastChangeTime()
Date and time the collection was last altered in any way. |
long |
getLastMemberChangeTime()
Date and time the collection's membership last changed. |
long |
getLastRefreshTime()
Date and time the collection membership was last refreshed. |
java.lang.String |
getMemberClassName()
Class name whose instances are the members of this collection. |
boolean |
getOwnedByThisSite()
Indicates whether the collection originated from the local SMS site. |
java.lang.String |
getRefreshSchedule()
Defines an update or refresh schedule for the collection. |
int |
getRefreshType()
Defines whether SMS periodically refreshes the collection based on the schedule specified in RefreshSchedule or you manually update the collection by using the RequestRefresh method. |
boolean |
getReplicateToSubSities()
Indicates whether the collection is shared with any child SMS sites. |
SMSAdvertizements |
getSMSAdvertisement()
|
SMSCollectionClients[] |
getSMSCollectionClients()
|
SMSHierarchy |
getSMSHierarchy()
|
boolean |
hasComment()
|
boolean |
hasCurrentStatus()
|
boolean |
hasLastChangeTime()
|
boolean |
hasLastMemberChangeTime()
|
boolean |
hasLastRefreshTime()
|
boolean |
hasMemberClassName()
|
boolean |
hasOwnedByThisSite()
|
boolean |
hasRefreshSchedule()
|
boolean |
hasRefreshType()
|
boolean |
hasReplicateToSubSities()
|
boolean |
hasSMSAdvertisement()
|
boolean |
hasSMSCollectionClients()
|
boolean |
hasSMSHierarchy()
|
void |
setComment(java.lang.String x)
|
void |
setCurrentStatus(int x)
|
void |
setLastChangeTime(long x)
|
void |
setLastMemberChangeTime(long x)
|
void |
setLastRefreshTime(long x)
|
void |
setMemberClassName(java.lang.String x)
|
void |
setOwnedByThisSite(boolean x)
|
void |
setRefreshSchedule(java.lang.String x)
|
void |
setRefreshType(int x)
|
void |
setReplicateToSubSities(boolean x)
|
void |
setSMSAdvertisement(SMSAdvertizements x)
|
void |
setSMSCollectionClients(SMSCollectionClients[] x)
|
void |
setSMSHierarchy(SMSHierarchy x)
|
| Methods inherited from interface com.collation.platform.model.topology.core.ImplicitCollection |
|---|
getDefinition, hasDefinition, setDefinition |
| Methods inherited from interface com.collation.platform.model.topology.core.Collection |
|---|
getActive, getMembers, getName, hasActive, hasMembers, hasName, setActive, setMembers, setName |
| Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
|---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
|---|
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
| Field Detail |
|---|
static final java.lang.String IBM_COPYRIGHT
| Method Detail |
|---|
long getLastRefreshTime()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLastRefreshTime(long x)
boolean hasLastRefreshTime()
java.lang.String getComment()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setComment(java.lang.String x)
boolean hasComment()
java.lang.String getRefreshSchedule()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRefreshSchedule(java.lang.String x)
boolean hasRefreshSchedule()
int getCurrentStatus()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCurrentStatus(int x)
boolean hasCurrentStatus()
boolean getOwnedByThisSite()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setOwnedByThisSite(boolean x)
boolean hasOwnedByThisSite()
long getLastMemberChangeTime()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLastMemberChangeTime(long x)
boolean hasLastMemberChangeTime()
long getLastChangeTime()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLastChangeTime(long x)
boolean hasLastChangeTime()
SMSCollectionClients[] getSMSCollectionClients()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSCollectionClients(SMSCollectionClients[] x)
boolean hasSMSCollectionClients()
boolean getReplicateToSubSities()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setReplicateToSubSities(boolean x)
boolean hasReplicateToSubSities()
int getRefreshType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRefreshType(int x)
boolean hasRefreshType()
SMSAdvertizements getSMSAdvertisement()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSAdvertisement(SMSAdvertizements x)
boolean hasSMSAdvertisement()
SMSHierarchy getSMSHierarchy()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSHierarchy(SMSHierarchy x)
boolean hasSMSHierarchy()
java.lang.String getMemberClassName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMemberClassName(java.lang.String x)
boolean hasMemberClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||