|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SMSAdvertizements
SMS_Advertisement class is used to announce software package programs that are available for running on clients. Ref Microsoft SMS 2003 SDK
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
int |
getActionInProgress()
Current action being performed on the advertisement by SMS. |
java.lang.String |
getAdvertFlags()
When to announce the advertisement to the user. |
java.lang.String |
getAdvertisementID()
Describes a unique, autogenerated key. |
java.lang.String |
getAdvertisementName()
Required. |
int |
getAdvertisementPriority()
Priority used in replicating the advertisement to child sites. |
boolean |
getAssignedScheduleEnabled()
Indicates whether the schedule defined in AssignedSchedule is active. |
boolean |
getAssignedScheduleIsGMT()
Indicates whether the schedule defined in the AssignedSchedule property is in GMT. |
java.lang.String |
getComment()
Simple description or note about the advertisement. |
java.lang.String |
getDeviceFlags()
Bit flag Description Bit 25 (0x01000000) Always assign program to the client. |
long |
getExpirationTime()
Date and time at which the advertisement is no longer available to clients. |
boolean |
getExpirationTimeEnabled()
Indicates whether the advertisement expires at the predefined time. |
boolean |
getExpirationTimeIsGMT()
Indicates whether the time defined in the ExpirationTime property is in GMT. |
java.lang.String |
getHierarchyPath()
Reserved. |
boolean |
getIncludeSubCollection()
Indicates whether the advertisement is advertised to the subcollections of the specified collection. |
int |
getISVData()
Allows a single ISV to store data relating to the Program object. |
int |
getISVDataSize()
The size of the data stored in ISVData. |
java.lang.String |
getPackageID()
Required. |
long |
getPresentTime()
Data and time at which an advertisement is made available to clients. |
boolean |
getPresentTimeEnabled()
Indicates whether the present time is enforced by SMS. |
boolean |
getPresentTimeIsGMT()
Indicates whether the time defined in PresentTime is in GMT. |
java.lang.String |
getProgramName()
Required. |
int |
getRemoteClientsFlags()
Specifies how the program should run when the client is connected either locally or remotely to a distribution point. |
SMSCollections |
getSMSCollection()
|
SMSHierarchy |
getSMSHierarchy()
|
SMSPackage |
getSMSPackage()
|
SMSSiteServer |
getSMSSite()
|
java.lang.String |
getTimeFlags()
Reserved for internal use. |
boolean |
hasActionInProgress()
|
boolean |
hasAdvertFlags()
|
boolean |
hasAdvertisementID()
|
boolean |
hasAdvertisementName()
|
boolean |
hasAdvertisementPriority()
|
boolean |
hasAssignedScheduleEnabled()
|
boolean |
hasAssignedScheduleIsGMT()
|
boolean |
hasComment()
|
boolean |
hasDeviceFlags()
|
boolean |
hasExpirationTime()
|
boolean |
hasExpirationTimeEnabled()
|
boolean |
hasExpirationTimeIsGMT()
|
boolean |
hasHierarchyPath()
|
boolean |
hasIncludeSubCollection()
|
boolean |
hasISVData()
|
boolean |
hasISVDataSize()
|
boolean |
hasPackageID()
|
boolean |
hasPresentTime()
|
boolean |
hasPresentTimeEnabled()
|
boolean |
hasPresentTimeIsGMT()
|
boolean |
hasProgramName()
|
boolean |
hasRemoteClientsFlags()
|
boolean |
hasSMSCollection()
|
boolean |
hasSMSHierarchy()
|
boolean |
hasSMSPackage()
|
boolean |
hasSMSSite()
|
boolean |
hasTimeFlags()
|
void |
setActionInProgress(int x)
|
void |
setAdvertFlags(java.lang.String x)
|
void |
setAdvertisementID(java.lang.String x)
|
void |
setAdvertisementName(java.lang.String x)
|
void |
setAdvertisementPriority(int x)
|
void |
setAssignedScheduleEnabled(boolean x)
|
void |
setAssignedScheduleIsGMT(boolean x)
|
void |
setComment(java.lang.String x)
|
void |
setDeviceFlags(java.lang.String x)
|
void |
setExpirationTime(long x)
|
void |
setExpirationTimeEnabled(boolean x)
|
void |
setExpirationTimeIsGMT(boolean x)
|
void |
setHierarchyPath(java.lang.String x)
|
void |
setIncludeSubCollection(boolean x)
|
void |
setISVData(int x)
|
void |
setISVDataSize(int x)
|
void |
setPackageID(java.lang.String x)
|
void |
setPresentTime(long x)
|
void |
setPresentTimeEnabled(boolean x)
|
void |
setPresentTimeIsGMT(boolean x)
|
void |
setProgramName(java.lang.String x)
|
void |
setRemoteClientsFlags(int x)
|
void |
setSMSCollection(SMSCollections x)
|
void |
setSMSHierarchy(SMSHierarchy x)
|
void |
setSMSPackage(SMSPackage x)
|
void |
setSMSSite(SMSSiteServer x)
|
void |
setTimeFlags(java.lang.String x)
|
| 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 |
|---|
java.lang.String getDeviceFlags()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDeviceFlags(java.lang.String x)
boolean hasDeviceFlags()
long getExpirationTime()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setExpirationTime(long x)
boolean hasExpirationTime()
SMSPackage getSMSPackage()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSPackage(SMSPackage x)
boolean hasSMSPackage()
int getRemoteClientsFlags()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRemoteClientsFlags(int x)
boolean hasRemoteClientsFlags()
SMSCollections getSMSCollection()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSCollection(SMSCollections x)
boolean hasSMSCollection()
boolean getPresentTimeEnabled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPresentTimeEnabled(boolean x)
boolean hasPresentTimeEnabled()
SMSSiteServer getSMSSite()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSSite(SMSSiteServer x)
boolean hasSMSSite()
java.lang.String getProgramName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProgramName(java.lang.String x)
boolean hasProgramName()
int getISVDataSize()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setISVDataSize(int x)
boolean hasISVDataSize()
java.lang.String getPackageID()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPackageID(java.lang.String x)
boolean hasPackageID()
long getPresentTime()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPresentTime(long x)
boolean hasPresentTime()
java.lang.String getAdvertisementID()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAdvertisementID(java.lang.String x)
boolean hasAdvertisementID()
java.lang.String getAdvertisementName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAdvertisementName(java.lang.String x)
boolean hasAdvertisementName()
boolean getAssignedScheduleEnabled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAssignedScheduleEnabled(boolean x)
boolean hasAssignedScheduleEnabled()
java.lang.String getTimeFlags()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setTimeFlags(java.lang.String x)
boolean hasTimeFlags()
boolean getAssignedScheduleIsGMT()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAssignedScheduleIsGMT(boolean x)
boolean hasAssignedScheduleIsGMT()
SMSHierarchy getSMSHierarchy()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSMSHierarchy(SMSHierarchy x)
boolean hasSMSHierarchy()
boolean getPresentTimeIsGMT()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPresentTimeIsGMT(boolean x)
boolean hasPresentTimeIsGMT()
int getActionInProgress()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setActionInProgress(int x)
boolean hasActionInProgress()
java.lang.String getAdvertFlags()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAdvertFlags(java.lang.String x)
boolean hasAdvertFlags()
int getISVData()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setISVData(int x)
boolean hasISVData()
int getAdvertisementPriority()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAdvertisementPriority(int x)
boolean hasAdvertisementPriority()
boolean getExpirationTimeEnabled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setExpirationTimeEnabled(boolean x)
boolean hasExpirationTimeEnabled()
boolean getExpirationTimeIsGMT()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setExpirationTimeIsGMT(boolean x)
boolean hasExpirationTimeIsGMT()
java.lang.String getHierarchyPath()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setHierarchyPath(java.lang.String x)
boolean hasHierarchyPath()
java.lang.String getComment()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setComment(java.lang.String x)
boolean hasComment()
boolean getIncludeSubCollection()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setIncludeSubCollection(boolean x)
boolean hasIncludeSubCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||