InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ISetAdobeMediaMgmtMDCmdData.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael Burbidge
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __ISetAdobeMediaMgmtMDCmdData_h__
25 #define __ISetAdobeMediaMgmtMDCmdData_h__
26 
27 // ----- Interfaces -----
28 
29 #include "IPMUnknown.h"
30 
31 // ----- Includes -----
32 
33 #include "K2Vector.h"
34 #include "MetaDataTypes.h"
35 #include "UnspecifiableOf.h"
36 
37 // ----- ID.h files -----
38 
39 #include "MetaDataID.h"
40 
41 //========================================================================================
42 // INTERFACE ISetAdobeMediaMgmtMDCmdData
43 //========================================================================================
44 
50 {
51 public:
52  enum { kDefaultIID = IID_ISETADOBEMEDIAMGMTMDCMDDATA };
53 
69  virtual void Set(IPMUnknown* targetObject,
70  const UnspecifiableOf<metadata::URI>& documentID = kUnspecified,
71  const UnspecifiableOf<metadata::URI>& origDocumentID = kUnspecified,
72  const UnspecifiableOf<PMString>& versionID = kUnspecified,
73  const UnspecifiableOf<PMString>& renditionClass = kUnspecified,
74  const UnspecifiableOf<PMString>& renditionParams = kUnspecified,
75  const UnspecifiableOf<metadata::ResourceRef>& derivedFrom = kUnspecified,
76  const UnspecifiableOf<metadata::URI>& manageTo = kUnspecified,
77  const UnspecifiableOf<PMString>& manager = kUnspecified,
78  const UnspecifiableOf<metadata::URI>& manageUI = kUnspecified,
79  const UnspecifiableOf<PMString>& managerVariant = kUnspecified,
80  const UnspecifiableOf<metadata::ResourceRef>& managedFrom = kUnspecified) = 0;
81 
86  virtual IPMUnknown* QueryTargetObject(const PMIID& iid) const = 0;
87 
93 
99 
105 
111 
116  virtual UnspecifiableOf<PMString> GetManager() const = 0;
117 
122  virtual UnspecifiableOf<metadata::URI> GetManageTo() const = 0;
123 
128  virtual UnspecifiableOf<metadata::URI> GetManageUI() const = 0;
129 
133  virtual UnspecifiableOf<PMString> GetManagerVariant() const = 0;
134 
138  virtual UnspecifiableOf<PMString> GetRenditionClass() const = 0;
139 
144  virtual UnspecifiableOf<PMString> GetRenditionParams() const = 0;
145 
149  virtual UnspecifiableOf<PMString> GetVersionID() const = 0;
150 };
151 
152 #endif // __ISetAdobeMediaMgmtMDCmdData_h__