|
||||||||||
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
AttributeNotSetException
void setDeviceFlags(java.lang.String x)
boolean hasDeviceFlags()
long getExpirationTime() throws AttributeNotSetException
AttributeNotSetException
void setExpirationTime(long x)
boolean hasExpirationTime()
SMSPackage getSMSPackage() throws AttributeNotSetException
AttributeNotSetException
void setSMSPackage(SMSPackage x)
boolean hasSMSPackage()
int getRemoteClientsFlags() throws AttributeNotSetException
AttributeNotSetException
void setRemoteClientsFlags(int x)
boolean hasRemoteClientsFlags()
SMSCollections getSMSCollection() throws AttributeNotSetException
AttributeNotSetException
void setSMSCollection(SMSCollections x)
boolean hasSMSCollection()
boolean getPresentTimeEnabled() throws AttributeNotSetException
AttributeNotSetException
void setPresentTimeEnabled(boolean x)
boolean hasPresentTimeEnabled()
SMSSiteServer getSMSSite() throws AttributeNotSetException
AttributeNotSetException
void setSMSSite(SMSSiteServer x)
boolean hasSMSSite()
java.lang.String getProgramName() throws AttributeNotSetException
AttributeNotSetException
void setProgramName(java.lang.String x)
boolean hasProgramName()
int getISVDataSize() throws AttributeNotSetException
AttributeNotSetException
void setISVDataSize(int x)
boolean hasISVDataSize()
java.lang.String getPackageID() throws AttributeNotSetException
AttributeNotSetException
void setPackageID(java.lang.String x)
boolean hasPackageID()
long getPresentTime() throws AttributeNotSetException
AttributeNotSetException
void setPresentTime(long x)
boolean hasPresentTime()
java.lang.String getAdvertisementID() throws AttributeNotSetException
AttributeNotSetException
void setAdvertisementID(java.lang.String x)
boolean hasAdvertisementID()
java.lang.String getAdvertisementName() throws AttributeNotSetException
AttributeNotSetException
void setAdvertisementName(java.lang.String x)
boolean hasAdvertisementName()
boolean getAssignedScheduleEnabled() throws AttributeNotSetException
AttributeNotSetException
void setAssignedScheduleEnabled(boolean x)
boolean hasAssignedScheduleEnabled()
java.lang.String getTimeFlags() throws AttributeNotSetException
AttributeNotSetException
void setTimeFlags(java.lang.String x)
boolean hasTimeFlags()
boolean getAssignedScheduleIsGMT() throws AttributeNotSetException
AttributeNotSetException
void setAssignedScheduleIsGMT(boolean x)
boolean hasAssignedScheduleIsGMT()
SMSHierarchy getSMSHierarchy() throws AttributeNotSetException
AttributeNotSetException
void setSMSHierarchy(SMSHierarchy x)
boolean hasSMSHierarchy()
boolean getPresentTimeIsGMT() throws AttributeNotSetException
AttributeNotSetException
void setPresentTimeIsGMT(boolean x)
boolean hasPresentTimeIsGMT()
int getActionInProgress() throws AttributeNotSetException
AttributeNotSetException
void setActionInProgress(int x)
boolean hasActionInProgress()
java.lang.String getAdvertFlags() throws AttributeNotSetException
AttributeNotSetException
void setAdvertFlags(java.lang.String x)
boolean hasAdvertFlags()
int getISVData() throws AttributeNotSetException
AttributeNotSetException
void setISVData(int x)
boolean hasISVData()
int getAdvertisementPriority() throws AttributeNotSetException
AttributeNotSetException
void setAdvertisementPriority(int x)
boolean hasAdvertisementPriority()
boolean getExpirationTimeEnabled() throws AttributeNotSetException
AttributeNotSetException
void setExpirationTimeEnabled(boolean x)
boolean hasExpirationTimeEnabled()
boolean getExpirationTimeIsGMT() throws AttributeNotSetException
AttributeNotSetException
void setExpirationTimeIsGMT(boolean x)
boolean hasExpirationTimeIsGMT()
java.lang.String getHierarchyPath() throws AttributeNotSetException
AttributeNotSetException
void setHierarchyPath(java.lang.String x)
boolean hasHierarchyPath()
java.lang.String getComment() throws AttributeNotSetException
AttributeNotSetException
void setComment(java.lang.String x)
boolean hasComment()
boolean getIncludeSubCollection() throws AttributeNotSetException
AttributeNotSetException
void setIncludeSubCollection(boolean x)
boolean hasIncludeSubCollection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |