|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectPropertyMap in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return ObjectPropertyMap | |
---|---|
ObjectPropertyMap |
ActiveLink.getProperties()
Returns a list of server object property tags. |
ObjectPropertyMap |
Container.getProperties()
Returns object properties list associated with the container. |
ObjectPropertyMap |
Escalation.getProperties()
Returns list of server object property tags. |
ObjectPropertyMap |
Filter.getProperties()
Returns a list of server object property tags you can specify. |
ObjectPropertyMap |
Form.getProperties()
Returns the object properties associated with a SCC integration. |
ObjectPropertyMap |
Menu.getProperties()
Returns all property information of menu. |
ObjectPropertyMap |
EntryPointInfo.getProps()
Gets the entry point's object properties. |
Methods in com.bmc.arsys.api with parameters of type ObjectPropertyMap | |
---|---|
List<String> |
ARServerUser.getListActiveLink(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the name of all (accessible) active links that match with the given criteria. |
List<String> |
ARServerUser.getListContainer(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch)
Returns the names of all (accessible) Container object that meet the given criteria. |
List<Container> |
ARServerUser.getListContainerObjects(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch,
ContainerCriteria criteria)
Returns detailed information of all (accessible) Container objects that match with the given criteria |
List<String> |
ARServerUser.getListEscalation(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
return the names of all (accessible) Escalation objects that match the given criteria |
List<String> |
ARServerUser.getListFilter(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns all the name of all (accessible) filters that match with the given criteria. |
List<String> |
ARServerUser.getListForm(long changedSince,
int formType,
String formName,
int[] fieldIds,
ObjectPropertyMap propsToSearch)
return the name of all (accessible) forms that match the sepcified criteria |
List<String> |
ARServerUser.getListMenu(long changedSince,
List<String> forms,
List<String> activeLinks,
ObjectPropertyMap propsToSearch)
Returns names of all (accessible) menu that match with the given criteria |
void |
ActiveLink.setProperties(ObjectPropertyMap objPropList)
Sets a list of server object property tags you can specify. |
void |
Container.setProperties(ObjectPropertyMap props)
Sets object properties list associated with the container. |
void |
Escalation.setProperties(ObjectPropertyMap objPropList)
Sets list of server object property tags you can specify. |
void |
Filter.setProperties(ObjectPropertyMap objPropList)
Sets a list of server object property tags you can specify. |
void |
Form.setProperties(ObjectPropertyMap props)
Sets the object properties associated with a Source Code Control (SCC) integration. |
void |
Menu.setProperties(ObjectPropertyMap props)
Sets property information of menu. |
void |
EntryPointInfo.setProps(ObjectPropertyMap props)
Sets the entry point's object properties. |
Constructors in com.bmc.arsys.api with parameters of type ObjectPropertyMap | |
---|---|
ActiveLink(int order,
List<String> formList,
List<Integer> groupList,
int executeMask,
int controlField,
int focusField,
boolean enable,
QualifierInfo query,
List<ActiveLinkAction> actionList,
List<ActiveLinkAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
construct an activelink instance with the provided characteristics |
|
Escalation(EscalationTimeCriteria escalationTm,
List<String> workflowConnect,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
|
|
Filter(int order,
List<String> formList,
int opSet,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |